#993680

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

Shades of Dark Purple #993680

Tints of Dark Purple #993680

Color information

#993680 (or 0x993680) is unknown color: approx Dark Purple. HEX triplet: 99, 36 and 80. RGB value is (153,54,128). Sum of RGB (Red+Green+Blue) = 153+54+128=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #993680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993680 is #66C97F. Grayscale: #5B5B5B. Windows color (decimal): -6736256 or 8402585. OLE color: 8402585.

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

Color convert

RGB15354128-
CMYK00.650.160.4
HSL315.15º47.83%40.59%-
HSV(B)315.15º64.71%60%-
XYZ18.3510.9721.57-
YUV92.04148.3171.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=45.67%
G=16.12%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535412800.650.160.4315.1547.8340.59
Hex993680041102813b3029
Octal23166200010120504736051
Binary10011001110110100000000100000110000101000100111011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993680; }

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

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

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

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

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

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

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

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