#8871BA

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

Shades of True V #8871BA

Tints of True V #8871BA

Color information

#8871BA (or 0x8871BA) is unknown color: approx True V. HEX triplet: 88, 71 and BA. RGB value is (136,113,186). Sum of RGB (Red+Green+Blue) = 136+113+186=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8871BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8871BA is #778E45. Grayscale: #7F7F7F. Windows color (decimal): -7835206 or 12218760. OLE color: 12218760.

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

Color convert

RGB136113186-
CMYK0.270.3900.27
HSL258.9º34.6%58.63%-
HSV(B)258.9º39.25%72.94%-
XYZ24.9220.5949.12-
YUV128.2160.62133.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=31.26%
G=25.98%
B=42.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361131860.270.3900.27258.934.658.63
Hex8871BA1B2701B103233b
Octal21016127233470334034373
Binary1000100011100011011101011011100111011011100000011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8871BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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