#886AC2

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

Shades of True V #886AC2

Tints of True V #886AC2

Color information

#886AC2 (or 0x886AC2) is unknown color: approx True V. HEX triplet: 88, 6A and C2. RGB value is (136,106,194). Sum of RGB (Red+Green+Blue) = 136+106+194=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #886AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886AC2 is #77953D. Grayscale: #7C7C7C. Windows color (decimal): -7836990 or 12741256. OLE color: 12741256.

HSL color Cylindrical-coordinate representation of color #886AC2: hue angle of 260.45º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #886AC2 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136106194-
CMYK0.300.4500.24
HSL260.45º41.9%58.82%-
HSV(B)260.45º45.36%76.08%-
XYZ25.0419.4453.47-
YUV125166.94135.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.19%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 194 (76.17% from 255) = 44.50%
R=31.19%
G=24.31%
B=44.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361061940.300.4500.24260.4541.958.82
Hex886AC21E2D0181042a3b
Octal21015230236550304045273
Binary1000100011010101100001011110101101011000100000100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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