#8869BC

Color #8869BC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8869BC

Tints of True V #8869BC

Color information

#8869BC (or 0x8869BC) is unknown color: approx True V. HEX triplet: 88, 69 and BC. RGB value is (136,105,188). Sum of RGB (Red+Green+Blue) = 136+105+188=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #8869BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869BC is #779643. Grayscale: #7B7B7B. Windows color (decimal): -7837252 or 12347784. OLE color: 12347784.

HSL color Cylindrical-coordinate representation of color #8869BC: hue angle of 262.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8869BC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136105188-
CMYK0.280.4400.26
HSL262.41º38.25%57.45%-
HSV(B)262.41º44.15%73.73%-
XYZ24.2818.9749.96-
YUV123.73164.27136.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=31.70%
G=24.48%
B=43.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361051880.280.4400.26262.4138.2557.45
Hex8869BC1C2C01A1062639
Octal21015127434540324064671
Binary1000100011010011011110011100101100011010100000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8869BC; }

 p { color: rgb(136,105,188); }

 H1.HeaderClassName
 {
   color: #8869BC;
 }
 .AnyTagClassName
 {
   color: #8869BC;
 }
</style>
background-color css

<style>
 a { background-color: #8869BC; }

 a { background-color: rgb(136,105,188); }

 div.DivClassName
 {
   background-color: #8869BC;
 }
 .BgClassName
 {
   background-color: #8869BC;
 }
</style>
border-color css

<style>
 span { border-color: #8869BC; }

 span { border-color: rgb(136,105,188); }

 td.TdClassName
 {
   border-color: #8869BC;
 }
 .TagClassName
 {
   border-color: #8869BC;
 }
</style>