#891470

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

Shades of Dark Purple #891470

Tints of Dark Purple #891470

Color information

#891470 (or 0x891470) is unknown color: approx Dark Purple. HEX triplet: 89, 14 and 70. RGB value is (137,20,112). Sum of RGB (Red+Green+Blue) = 137+20+112=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #891470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891470 is #76EB8F. Grayscale: #414141. Windows color (decimal): -7793552 or 7345289. OLE color: 7345289.

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

Color convert

RGB13720112-
CMYK00.850.180.46
HSL312.82º74.52%30.78%-
HSV(B)312.82º85.4%53.73%-
XYZ13.496.9915.97-
YUV65.47154.26179.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 20 (8.20% from 255) = 7.43%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=50.93%
G=7.43%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372011200.850.180.46312.8274.5230.78
Hex891470055122E1394b1f
Octal211241600125225647111337
Binary100010011010011100000101010110010101110100111001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891470; }

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

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

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

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

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

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

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

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