#993676

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

Shades of Dark Purple #993676

Tints of Dark Purple #993676

Color information

#993676 (or 0x993676) is unknown color: approx Dark Purple. HEX triplet: 99, 36 and 76. RGB value is (153,54,118). Sum of RGB (Red+Green+Blue) = 153+54+118=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #993676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993676 is #66C989. Grayscale: #5A5A5A. Windows color (decimal): -6736266 or 7747225. OLE color: 7747225.

HSL color Cylindrical-coordinate representation of color #993676: hue angle of 321.21º 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 #993676 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15354118-
CMYK00.650.230.4
HSL321.21º47.83%40.59%-
HSV(B)321.21º64.71%60%-
XYZ17.7310.7218.27-
YUV90.9143.3172.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=47.08%
G=16.62%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535411800.650.230.4321.2147.8340.59
Hex99367604117281413029
Octal23166166010127505016051
Binary1001100111011011101100100000110111101000101000001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993676; }

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

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

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

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

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

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

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

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