#886CC9

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

Shades of True V #886CC9

Tints of True V #886CC9

Color information

#886CC9 (or 0x886CC9) is unknown color: approx True V. HEX triplet: 88, 6C and C9. RGB value is (136,108,201). Sum of RGB (Red+Green+Blue) = 136+108+201=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #886CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CC9 is #779336. Grayscale: #7E7E7E. Windows color (decimal): -7836471 or 13200520. OLE color: 13200520.

HSL color Cylindrical-coordinate representation of color #886CC9: hue angle of 258.06º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886CC9 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136108201-
CMYK0.320.4600.21
HSL258.06º46.27%60.59%-
HSV(B)258.06º46.27%78.82%-
XYZ26.0620.1857.78-
YUV126.97169.78134.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=30.56%
G=24.27%
B=45.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361082010.320.4600.21258.0646.2760.59
Hex886CC9202E0151022e3d
Octal21015431140560254025675
Binary10001000110110011001001100000101110010101100000010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886CC9; }

 p { color: rgb(136,108,201); }

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

<style>
 a { background-color: #886CC9; }

 a { background-color: rgb(136,108,201); }

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

<style>
 span { border-color: #886CC9; }

 span { border-color: rgb(136,108,201); }

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