#893772

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

Shades of Dark Purple #893772

Tints of Dark Purple #893772

Color information

#893772 (or 0x893772) is unknown color: approx Dark Purple. HEX triplet: 89, 37 and 72. RGB value is (137,55,114). Sum of RGB (Red+Green+Blue) = 137+55+114=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #893772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893772 is #76C88D. Grayscale: #565656. Windows color (decimal): -7784590 or 7485321. OLE color: 7485321.

HSL color Cylindrical-coordinate representation of color #893772: hue angle of 316.83º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893772 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB13755114-
CMYK00.600.170.46
HSL316.83º42.71%37.65%-
HSV(B)316.83º59.85%53.73%-
XYZ14.729.2716.93-
YUV86.24143.67164.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 55 (21.88% from 255) = 17.97%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=44.77%
G=17.97%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375511400.600.170.46316.8342.7137.65
Hex89377203C112E13d2b26
Octal2116716207421564755346
Binary100010011101111110010011110010001101110100111101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893772; }

 p { color: rgb(137,55,114); }

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

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

 a { background-color: rgb(137,55,114); }

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

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

 span { border-color: rgb(137,55,114); }

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