#893381

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

Shades of Dark Purple #893381

Tints of Dark Purple #893381

Color information

#893381 (or 0x893381) is unknown color: approx Dark Purple. HEX triplet: 89, 33 and 81. RGB value is (137,51,129). Sum of RGB (Red+Green+Blue) = 137+51+129=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #893381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893381 is #76CC7E. Grayscale: #555555. Windows color (decimal): -7785599 or 8467337. OLE color: 8467337.

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

Color convert

RGB13751129-
CMYK00.630.060.46
HSL305.58º45.74%36.86%-
HSV(B)305.58º62.77%53.73%-
XYZ15.469.2721.74-
YUV85.61152.49164.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=43.22%
G=16.09%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375112900.630.060.46305.5845.7436.86
Hex89338103F62E1322e25
Octal211632010776564625645
Binary10001001110011100000010111111110101110100110010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893381; }

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

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

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

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

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

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

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

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