#893376

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

Shades of Dark Purple #893376

Tints of Dark Purple #893376

Color information

#893376 (or 0x893376) is unknown color: approx Dark Purple. HEX triplet: 89, 33 and 76. RGB value is (137,51,118). Sum of RGB (Red+Green+Blue) = 137+51+118=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #893376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893376 is #76CC89. Grayscale: #545454. Windows color (decimal): -7785610 or 7746441. OLE color: 7746441.

HSL color Cylindrical-coordinate representation of color #893376: hue angle of 313.26º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893376 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13751118-
CMYK00.630.140.46
HSL313.26º45.74%36.86%-
HSV(B)313.26º62.77%53.73%-
XYZ14.778.9918.1-
YUV84.35146.99165.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=44.77%
G=16.67%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375111800.630.140.46313.2645.7436.86
Hex89337603FE2E1392e25
Octal2116316607716564715645
Binary10001001110011111011001111111110101110100111001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893376; }

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

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

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

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

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

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

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

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