#891273

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

Shades of Dark Purple #891273

Tints of Dark Purple #891273

Color information

#891273 (or 0x891273) is unknown color: approx Dark Purple. HEX triplet: 89, 12 and 73. RGB value is (137,18,115). Sum of RGB (Red+Green+Blue) = 137+18+115=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #891273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891273 is #76ED8C. Grayscale: #404040. Windows color (decimal): -7794061 or 7541385. OLE color: 7541385.

HSL color Cylindrical-coordinate representation of color #891273: hue angle of 311.09º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891273 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13718115-
CMYK00.870.160.46
HSL311.09º76.77%30.39%-
HSV(B)311.09º86.86%53.73%-
XYZ13.636.9916.85-
YUV64.64156.42179.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=50.74%
G=6.67%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371811500.870.160.46311.0976.7730.39
Hex891273057102E1374d1e
Octal211221630127205646711536
Binary100010011001011100110101011110000101110100110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891273; }

 p { color: rgb(137,18,115); }

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

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

 a { background-color: rgb(137,18,115); }

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

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

 span { border-color: rgb(137,18,115); }

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