#891870

Color #891870 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #891870

Tints of Dark Purple #891870

Color information

#891870 (or 0x891870) is unknown color: approx Dark Purple. HEX triplet: 89, 18 and 70. RGB value is (137,24,112). Sum of RGB (Red+Green+Blue) = 137+24+112=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #891870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891870 is #76E78F. Grayscale: #434343. Windows color (decimal): -7792528 or 7346313. OLE color: 7346313.

HSL color Cylindrical-coordinate representation of color #891870: hue angle of 313.27º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891870 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13724112-
CMYK00.820.180.46
HSL313.27º70.19%31.57%-
HSV(B)313.27º82.48%53.73%-
XYZ13.577.1415.99-
YUV67.82152.94177.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 24 (9.77% from 255) = 8.79%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=50.18%
G=8.79%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372411200.820.180.46313.2770.1931.57
Hex891870052122E1394620
Octal211301600122225647110640
Binary1000100111000111000001010010100101011101001110011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891870; }

 p { color: rgb(137,24,112); }

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

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

 a { background-color: rgb(137,24,112); }

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

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

 span { border-color: rgb(137,24,112); }

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