#8869BA

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

Shades of True V #8869BA

Tints of True V #8869BA

Color information

#8869BA (or 0x8869BA) is unknown color: approx True V. HEX triplet: 88, 69 and BA. RGB value is (136,105,186). Sum of RGB (Red+Green+Blue) = 136+105+186=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #8869BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869BA is #779645. Grayscale: #7B7B7B. Windows color (decimal): -7837254 or 12216712. OLE color: 12216712.

HSL color Cylindrical-coordinate representation of color #8869BA: hue angle of 262.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8869BA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136105186-
CMYK0.270.4400.27
HSL262.96º36.99%57.06%-
HSV(B)262.96º43.55%72.94%-
XYZ24.0718.8848.83-
YUV123.5163.27136.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=31.85%
G=24.59%
B=43.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361051860.270.4400.27262.9636.9957.06
Hex8869BA1B2C01B1072539
Octal21015127233540334074571
Binary1000100011010011011101011011101100011011100000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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