#891475

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

Shades of Dark Purple #891475

Tints of Dark Purple #891475

Color information

#891475 (or 0x891475) is unknown color: approx Dark Purple. HEX triplet: 89, 14 and 75. RGB value is (137,20,117). Sum of RGB (Red+Green+Blue) = 137+20+117=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #891475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891475 is #76EB8A. Grayscale: #414141. Windows color (decimal): -7793547 or 7672969. OLE color: 7672969.

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

Color convert

RGB13720117-
CMYK00.850.150.46
HSL310.26º74.52%30.78%-
HSV(B)310.26º85.4%53.73%-
XYZ13.787.117.47-
YUV66.04156.76178.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=50%
G=7.30%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372011700.850.150.46310.2674.5230.78
Hex891475055F2E1364b1f
Octal211241650125175646611337
Binary10001001101001110101010101011111101110100110110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891475; }

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

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

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

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

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

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

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

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