#891984

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

Shades of Dark Purple #891984

Tints of Dark Purple #891984

Color information

#891984 (or 0x891984) is unknown color: approx Dark Purple. HEX triplet: 89, 19 and 84. RGB value is (137,25,132). Sum of RGB (Red+Green+Blue) = 137+25+132=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #891984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891984 is #76E67B. Grayscale: #464646. Windows color (decimal): -7792252 or 8657289. OLE color: 8657289.

HSL color Cylindrical-coordinate representation of color #891984: hue angle of 302.68º degrees, saturation: 0.69, 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 #891984 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB13725132-
CMYK00.820.040.46
HSL302.68º69.14%31.76%-
HSV(B)302.68º81.75%53.73%-
XYZ14.837.6822.53-
YUV70.69162.61175.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=46.60%
G=8.50%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372513200.820.040.46302.6869.1431.76
Hex89198405242E12f4520
Octal21131204012245645710540
Binary100010011100110000100010100101001011101001011111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891984; }

 p { color: rgb(137,25,132); }

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

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

 a { background-color: rgb(137,25,132); }

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

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

 span { border-color: rgb(137,25,132); }

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