#893872

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

Shades of Dark Purple #893872

Tints of Dark Purple #893872

Color information

#893872 (or 0x893872) is unknown color: approx Dark Purple. HEX triplet: 89, 38 and 72. RGB value is (137,56,114). Sum of RGB (Red+Green+Blue) = 137+56+114=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #893872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893872 is #76C78D. Grayscale: #565656. Windows color (decimal): -7784334 or 7485577. OLE color: 7485577.

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

Color convert

RGB13756114-
CMYK00.590.170.46
HSL317.04º41.97%37.84%-
HSV(B)317.04º59.12%53.73%-
XYZ14.779.3616.95-
YUV86.83143.34163.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=44.63%
G=18.24%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375611400.590.170.46317.0441.9737.84
Hex89387203B112E13d2a26
Octal2117016207321564755246
Binary100010011110001110010011101110001101110100111101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893872; }

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

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

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

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

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

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

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

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