#886ACA

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

Shades of True V #886ACA

Tints of True V #886ACA

Color information

#886ACA (or 0x886ACA) is unknown color: approx True V. HEX triplet: 88, 6A and CA. RGB value is (136,106,202). Sum of RGB (Red+Green+Blue) = 136+106+202=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #886ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ACA is #779535. Grayscale: #7D7D7D. Windows color (decimal): -7836982 or 13265544. OLE color: 13265544.

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

Color convert

RGB136106202-
CMYK0.330.4800.21
HSL258.75º47.52%60.39%-
HSV(B)258.75º47.52%79.22%-
XYZ25.9719.8158.33-
YUV125.91170.94135.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=30.63%
G=23.87%
B=45.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361062020.330.4800.21258.7547.5260.39
Hex886ACA2130015103303c
Octal21015231241600254036074
Binary10001000110101011001010100001110000010101100000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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