#8870B9

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

Shades of True V #8870B9

Tints of True V #8870B9

Color information

#8870B9 (or 0x8870B9) is unknown color: approx True V. HEX triplet: 88, 70 and B9. RGB value is (136,112,185). Sum of RGB (Red+Green+Blue) = 136+112+185=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #8870B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870B9 is #778F46. Grayscale: #7F7F7F. Windows color (decimal): -7835463 or 12152968. OLE color: 12152968.

HSL color Cylindrical-coordinate representation of color #8870B9: hue angle of 259.73º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8870B9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136112185-
CMYK0.260.3900.27
HSL259.73º34.27%58.24%-
HSV(B)259.73º39.46%72.55%-
XYZ24.720.3348.52-
YUV127.5160.45134.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 185 (72.66% from 255) = 42.73%
R=31.41%
G=25.87%
B=42.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361121850.260.3900.27259.7334.2758.24
Hex8870B91A2701B104223a
Octal21016027132470334044272
Binary1000100011100001011100111010100111011011100000100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8870B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8870B9; }

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

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

<style>
 a { background-color: #8870B9; }

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

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

<style>
 span { border-color: #8870B9; }

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

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