#993080

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

Shades of Dark Purple #993080

Tints of Dark Purple #993080

Color information

#993080 (or 0x993080) is unknown color: approx Dark Purple. HEX triplet: 99, 30 and 80. RGB value is (153,48,128). Sum of RGB (Red+Green+Blue) = 153+48+128=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #993080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993080 is #66CF7F. Grayscale: #585858. Windows color (decimal): -6737792 or 8401049. OLE color: 8401049.

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

Color convert

RGB15348128-
CMYK00.690.160.4
HSL314.29º52.24%39.41%-
HSV(B)314.29º68.63%60%-
XYZ18.0910.4421.48-
YUV88.52150.29174-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=46.50%
G=14.59%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534812800.690.160.4314.2952.2439.41
Hex993080045102813a3427
Octal23160200010520504726447
Binary10011001110000100000000100010110000101000100111010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993080; }

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

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

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

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

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

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

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

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