#886AB9

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

Shades of True V #886AB9

Tints of True V #886AB9

Color information

#886AB9 (or 0x886AB9) is unknown color: approx True V. HEX triplet: 88, 6A and B9. RGB value is (136,106,185). Sum of RGB (Red+Green+Blue) = 136+106+185=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #886AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886AB9 is #779546. Grayscale: #7B7B7B. Windows color (decimal): -7836999 or 12151432. OLE color: 12151432.

HSL color Cylindrical-coordinate representation of color #886AB9: hue angle of 262.78º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #886AB9 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136106185-
CMYK0.260.4300.27
HSL262.78º36.07%57.06%-
HSV(B)262.78º42.7%72.55%-
XYZ24.0619.0548.31-
YUV123.98162.44136.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 185 (72.66% from 255) = 43.33%
R=31.85%
G=24.82%
B=43.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361061850.260.4300.27262.7836.0757.06
Hex886AB91A2B01B1072439
Octal21015227132530334074471
Binary1000100011010101011100111010101011011011100000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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