#893483

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

Shades of Dark Purple #893483

Tints of Dark Purple #893483

Color information

#893483 (or 0x893483) is unknown color: approx Dark Purple. HEX triplet: 89, 34 and 83. RGB value is (137,52,131). Sum of RGB (Red+Green+Blue) = 137+52+131=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #893483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893483 is #76CB7C. Grayscale: #565656. Windows color (decimal): -7785341 or 8598665. OLE color: 8598665.

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

Color convert

RGB13752131-
CMYK00.620.040.46
HSL304.24º44.97%37.06%-
HSV(B)304.24º62.04%53.73%-
XYZ15.649.4122.47-
YUV86.42153.16164.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 131 (51.56% from 255) = 40.94%
R=42.81%
G=16.25%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375213100.620.040.46304.2444.9737.06
Hex89348303E42E1302d25
Octal211642030764564605545
Binary10001001110100100000110111110100101110100110000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893483; }

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

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

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

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

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

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

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

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