#886ECA

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

Shades of True V #886ECA

Tints of True V #886ECA

Color information

#886ECA (or 0x886ECA) is unknown color: approx True V. HEX triplet: 88, 6E and CA. RGB value is (136,110,202). Sum of RGB (Red+Green+Blue) = 136+110+202=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #886ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ECA is #779135. Grayscale: #7F7F7F. Windows color (decimal): -7835958 or 13266568. OLE color: 13266568.

HSL color Cylindrical-coordinate representation of color #886ECA: hue angle of 256.96º 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 #886ECA is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136110202-
CMYK0.330.4600.21
HSL256.96º46.46%61.18%-
HSV(B)256.96º45.54%79.22%-
XYZ26.3920.6558.47-
YUV128.26169.61133.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.36%
GREEN value IS 110 (43.36% from 255) = 24.55%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=30.36%
G=24.55%
B=45.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361102020.330.4600.21256.9646.4661.18
Hex886ECA212E0151012e3d
Octal21015631241560254015675
Binary10001000110111011001010100001101110010101100000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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