#8866BE

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

Shades of True V #8866BE

Tints of True V #8866BE

Color information

#8866BE (or 0x8866BE) is unknown color: approx True V. HEX triplet: 88, 66 and BE. RGB value is (136,102,190). Sum of RGB (Red+Green+Blue) = 136+102+190=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #8866BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8866BE is #779941. Grayscale: #797979. Windows color (decimal): -7838018 or 12478088. OLE color: 12478088.

HSL color Cylindrical-coordinate representation of color #8866BE: hue angle of 263.18º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8866BE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136102190-
CMYK0.280.4600.25
HSL263.18º40.37%57.25%-
HSV(B)263.18º46.32%74.51%-
XYZ24.218.4551-
YUV122.2166.26137.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=31.78%
G=23.83%
B=44.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361021900.280.4600.25263.1840.3757.25
Hex8866BE1C2E0191072839
Octal21014627634560314075071
Binary1000100011001101011111011100101110011001100000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8866BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8866BE; }

 p { color: rgb(136,102,190); }

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

<style>
 a { background-color: #8866BE; }

 a { background-color: rgb(136,102,190); }

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

<style>
 span { border-color: #8866BE; }

 span { border-color: rgb(136,102,190); }

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