#893880

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

Shades of Dark Purple #893880

Tints of Dark Purple #893880

Color information

#893880 (or 0x893880) is unknown color: approx Dark Purple. HEX triplet: 89, 38 and 80. RGB value is (137,56,128). Sum of RGB (Red+Green+Blue) = 137+56+128=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #893880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893880 is #76C77F. Grayscale: #585858. Windows color (decimal): -7784320 or 8403081. OLE color: 8403081.

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

Color convert

RGB13756128-
CMYK00.590.070.46
HSL306.67º41.97%37.84%-
HSV(B)306.67º59.12%53.73%-
XYZ15.639.7121.47-
YUV88.43150.34162.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=42.68%
G=17.45%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375612800.590.070.46306.6741.9737.84
Hex89388003B72E1332a26
Octal211702000737564635246
Binary10001001111000100000000111011111101110100110011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893880; }

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

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

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

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

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

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

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

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