#893482

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

Shades of Dark Purple #893482

Tints of Dark Purple #893482

Color information

#893482 (or 0x893482) is unknown color: approx Dark Purple. HEX triplet: 89, 34 and 82. RGB value is (137,52,130). Sum of RGB (Red+Green+Blue) = 137+52+130=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #893482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893482 is #76CB7D. Grayscale: #565656. Windows color (decimal): -7785342 or 8533129. OLE color: 8533129.

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

Color convert

RGB13752130-
CMYK00.620.050.46
HSL304.94º44.97%37.06%-
HSV(B)304.94º62.04%53.73%-
XYZ15.579.3922.11-
YUV86.31152.66164.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=42.95%
G=16.30%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375213000.620.050.46304.9444.9737.06
Hex89348203E52E1312d25
Octal211642020765564615545
Binary10001001110100100000100111110101101110100110001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893482; }

 p { color: rgb(137,52,130); }

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

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

 a { background-color: rgb(137,52,130); }

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

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

 span { border-color: rgb(137,52,130); }

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