#891476

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

Shades of Dark Purple #891476

Tints of Dark Purple #891476

Color information

#891476 (or 0x891476) is unknown color: approx Dark Purple. HEX triplet: 89, 14 and 76. RGB value is (137,20,118). Sum of RGB (Red+Green+Blue) = 137+20+118=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #891476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891476 is #76EB89. Grayscale: #414141. Windows color (decimal): -7793546 or 7738505. OLE color: 7738505.

HSL color Cylindrical-coordinate representation of color #891476: hue angle of 309.74º 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 #891476 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13720118-
CMYK00.850.140.46
HSL309.74º74.52%30.78%-
HSV(B)309.74º85.4%53.73%-
XYZ13.847.1317.79-
YUV66.16157.26178.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=49.82%
G=7.27%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372011800.850.140.46309.7474.5230.78
Hex891476055E2E1364b1f
Octal211241660125165646611337
Binary10001001101001110110010101011110101110100110110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891476; }

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

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

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

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

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

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

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

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