COLOR #8255C9

HEX: #8255C9
RGB: (130,85,201)

Renk bilgisi

#8255C9 contains mainly blue color. #8255C9 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#8255C9 color RGB value is (130,85,201).

  • kırmız ton 130;
  • yeşil ton 85;
  • mavi ton 201.
RGB:
(130,85,201)
(51%,33%,79%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 85 of 255 = 33%
B 201 of 255 = 79%

130
85
201

R + G + B ~ 54%. #8255C9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 85 + 201 = 416 (100%)
R 130 of 416 ~ 31.25%
G 85 of 416 ~ 20.43%
B 201 of 416 ~ 48.32%

%31.25
%20.43
%48.32

CMYK RENK MODELİ

#8255C9 rengi CMYK tonu (35,58,0,21).

  • camgöbeği tonu 35.32%
  • eflatun tonu 57.71%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(35,58,0,21)
C35M58Y0K21 
(35%,58%,0%,21%)
(0.35/0.58/0.00/0.21)	

CMYK yüzdeleri

%35.32
%57.71
%0
%21.18

Codes

Color #8255C9 in popluar color models

8255C9
RGB13085201
HSL263°51.79%56.08%
HSB/HSV263°57.71%78.82%
CMYK35.32%57.71%0.00%
21.18%

Color #8255C9 in popluar number systems.

HEX8255C9
Decimal13085201
Binary10000010101010111001001
Octal202125311

Shades and tints

Shades of #8255C9

#8255C9
(130,85,201)
#774EB7
(119,78,183)
#6C47A5
(108,71,165)
#614093
(97,64,147)
#563981
(86,57,129)
#4B326F
(75,50,111)
#402B5D
(64,43,93)
#35244B
(53,36,75)
#2A1D39
(42,29,57)
#1F1627
(31,22,39)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #8255C9

#8255C9
(130,85,201)
#8D64CD
(141,100,205)
#9873D1
(152,115,209)
#A382D5
(163,130,213)
#AE91D9
(174,145,217)
#B9A0DD
(185,160,221)
#C4AFE1
(196,175,225)
#CFBEE5
(207,190,229)
#DACDE9
(218,205,233)
#E5DCED
(229,220,237)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8255C9 color. Also use rgb(130,85,201) instead hex code.

Text Font Color

.myTextColor { color: #8255C9; }

<p style="color:#8255C9">This sample text font color is #8255C9.</p>

This text font color is #8255C9.


Background Color

.myBgColor { background-color: #8255C9; }

<div style="background-color:#8255C9">Inner text</div>

This div background color is #8255C9.


Border color

.myBorderColor { border: 1px solid #8255C9; }

<div style="border:3px solid #8255C9">Div</div>

This div border color is #8255C9.


Opacity

.myOpacity80 { color: #8255C9; opacity: 0.8; }

<p style="color:#8255C9;opacity:0.8;">80%</p>

Text with #8255C9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8255C9;}

<p style="text-shadow: 3px 3px 1px #8255C9">Text here.</p>

This text has shadow with #8255C9 color.

.textShadow {text-shadow: 3px 3px 1px #8255C9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8255C9, 5px 5px 20px red">Text here.</p>

This text has shadow with #8255C9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8255C9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8255C9, Direction=45, Strength=4)">Text</p>

This text has shadow with #8255C9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8255C9;
  -webkit-box-shadow:	1px 1px 3px 2px #8255C9;
  box-shadow:		1px 1px 3px 2px #8255C9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8255C9;
-webkit-box-shadow: 1px 1px 3px 2px #8255C9;
box-shadow:1px 1px 3px 2px #8255C9;">
Div content here</div>
This div box has shadow with color #8255C9.

Preview

Color preview on black background

This text has color #8255C9 on black background.


Color preview on white background

This text has color #8255C9 on white background.



Black color preview on #8255C9 background

This text has black color on #8255C9 background.


White color preview on #8255C9 background

This text has white color on #8255C9 background.