#893270

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

Shades of Dark Purple #893270

Tints of Dark Purple #893270

Color information

#893270 (or 0x893270) is unknown color: approx Dark Purple. HEX triplet: 89, 32 and 70. RGB value is (137,50,112). Sum of RGB (Red+Green+Blue) = 137+50+112=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #893270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893270 is #76CD8F. Grayscale: #525252. Windows color (decimal): -7785872 or 7352969. OLE color: 7352969.

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

Color convert

RGB13750112-
CMYK00.640.180.46
HSL317.24º46.52%36.67%-
HSV(B)317.24º63.5%53.73%-
XYZ14.388.7716.26-
YUV83.08144.32166.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=45.82%
G=16.72%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375011200.640.180.46317.2446.5236.67
Hex893270040122E13d2f25
Octal21162160010022564755745
Binary1000100111001011100000100000010010101110100111101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893270; }

 p { color: rgb(137,50,112); }

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

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

 a { background-color: rgb(137,50,112); }

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

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

 span { border-color: rgb(137,50,112); }

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