#886ECD

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

Shades of True V #886ECD

Tints of True V #886ECD

Color information

#886ECD (or 0x886ECD) is unknown color: approx True V. HEX triplet: 88, 6E and CD. RGB value is (136,110,205). Sum of RGB (Red+Green+Blue) = 136+110+205=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #886ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ECD is #779132. Grayscale: #808080. Windows color (decimal): -7835955 or 13463176. OLE color: 13463176.

HSL color Cylindrical-coordinate representation of color #886ECD: hue angle of 256.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886ECD is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136110205-
CMYK0.340.4600.20
HSL256.42º48.72%61.76%-
HSV(B)256.42º46.34%80.39%-
XYZ26.7520.7960.36-
YUV128.6171.11133.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=30.16%
G=24.39%
B=45.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361102050.340.4600.20256.4248.7261.76
Hex886ECD222E014100313e
Octal21015631542560244006176
Binary10001000110111011001101100010101110010100100000000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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