#893680

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

Shades of Dark Purple #893680

Tints of Dark Purple #893680

Color information

#893680 (or 0x893680) is unknown color: approx Dark Purple. HEX triplet: 89, 36 and 80. RGB value is (137,54,128). Sum of RGB (Red+Green+Blue) = 137+54+128=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #893680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893680 is #76C97F. Grayscale: #575757. Windows color (decimal): -7784832 or 8402569. OLE color: 8402569.

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

Color convert

RGB13754128-
CMYK00.610.070.46
HSL306.51º43.46%37.45%-
HSV(B)306.51º60.58%53.73%-
XYZ15.539.5221.44-
YUV87.25151163.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=42.95%
G=16.93%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375412800.610.070.46306.5143.4637.45
Hex89368003D72E1332b25
Octal211662000757564635345
Binary10001001110110100000000111101111101110100110011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893680; }

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

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

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

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

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

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

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

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