#993480

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

Shades of Dark Purple #993480

Tints of Dark Purple #993480

Color information

#993480 (or 0x993480) is unknown color: approx Dark Purple. HEX triplet: 99, 34 and 80. RGB value is (153,52,128). Sum of RGB (Red+Green+Blue) = 153+52+128=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #993480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993480 is #66CB7F. Grayscale: #5A5A5A. Windows color (decimal): -6736768 or 8402073. OLE color: 8402073.

HSL color Cylindrical-coordinate representation of color #993480: hue angle of 314.85º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993480 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB15352128-
CMYK00.660.160.4
HSL314.85º49.27%40.2%-
HSV(B)314.85º66.01%60%-
XYZ18.2610.7921.54-
YUV90.86148.96172.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=45.95%
G=15.62%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535212800.660.160.4314.8549.2740.2
Hex993480042102813b3128
Octal23164200010220504736150
Binary10011001110100100000000100001010000101000100111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993480; }

 p { color: rgb(153,52,128); }

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

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

 a { background-color: rgb(153,52,128); }

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

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

 span { border-color: rgb(153,52,128); }

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