#886ABA

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

Shades of True V #886ABA

Tints of True V #886ABA

Color information

#886ABA (or 0x886ABA) is unknown color: approx True V. HEX triplet: 88, 6A and BA. RGB value is (136,106,186). Sum of RGB (Red+Green+Blue) = 136+106+186=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #886ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ABA is #779545. Grayscale: #7B7B7B. Windows color (decimal): -7836998 or 12216968. OLE color: 12216968.

HSL color Cylindrical-coordinate representation of color #886ABA: hue angle of 262.5º degrees, saturation: 0.37, 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 #886ABA is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136106186-
CMYK0.270.4300.27
HSL262.5º36.7%57.25%-
HSV(B)262.5º43.01%72.94%-
XYZ24.1719.0948.86-
YUV124.09162.94136.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=31.78%
G=24.77%
B=43.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361061860.270.4300.27262.536.757.25
Hex886ABA1B2B01B1062539
Octal21015227233530334064571
Binary1000100011010101011101011011101011011011100000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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