#886EC4

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

Shades of True V #886EC4

Tints of True V #886EC4

Color information

#886EC4 (or 0x886EC4) is unknown color: approx True V. HEX triplet: 88, 6E and C4. RGB value is (136,110,196). Sum of RGB (Red+Green+Blue) = 136+110+196=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #886EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EC4 is #77913B. Grayscale: #7F7F7F. Windows color (decimal): -7835964 or 12873352. OLE color: 12873352.

HSL color Cylindrical-coordinate representation of color #886EC4: hue angle of 258.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #886EC4 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB136110196-
CMYK0.310.4400.23
HSL258.14º42.16%60%-
HSV(B)258.14º43.88%76.86%-
XYZ25.6920.3754.8-
YUV127.58166.61134.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.77%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 196 (76.95% from 255) = 44.34%
R=30.77%
G=24.89%
B=44.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361101960.310.4400.23258.1442.1660
Hex886EC41F2C0171022a3c
Octal21015630437540274025274
Binary1000100011011101100010011111101100010111100000010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,110,196); }

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

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

 a { background-color: rgb(136,110,196); }

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

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

 span { border-color: rgb(136,110,196); }

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