#8877BA

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

Shades of True V #8877BA

Tints of True V #8877BA

Color information

#8877BA (or 0x8877BA) is unknown color: approx True V. HEX triplet: 88, 77 and BA. RGB value is (136,119,186). Sum of RGB (Red+Green+Blue) = 136+119+186=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #8877BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877BA is #778845. Grayscale: #838383. Windows color (decimal): -7833670 or 12220296. OLE color: 12220296.

HSL color Cylindrical-coordinate representation of color #8877BA: hue angle of 255.22º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8877BA is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136119186-
CMYK0.270.3600.27
HSL255.22º32.68%59.8%-
HSV(B)255.22º36.02%72.94%-
XYZ25.6121.9749.35-
YUV131.72158.63131.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=30.84%
G=26.98%
B=42.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361191860.270.3600.27255.2232.6859.8
Hex8877BA1B2401Bff213c
Octal21016727233440333774174
Binary100010001110111101110101101110010001101111111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8877BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8877BA; }

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

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

<style>
 a { background-color: #8877BA; }

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

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

<style>
 span { border-color: #8877BA; }

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

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