#993577

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

Shades of Dark Purple #993577

Tints of Dark Purple #993577

Color information

#993577 (or 0x993577) is unknown color: approx Dark Purple. HEX triplet: 99, 35 and 77. RGB value is (153,53,119). Sum of RGB (Red+Green+Blue) = 153+53+119=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #993577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993577 is #66CA88. Grayscale: #5A5A5A. Windows color (decimal): -6736521 or 7812505. OLE color: 7812505.

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

Color convert

RGB15353119-
CMYK00.650.220.4
HSL320.4º48.54%40.39%-
HSV(B)320.4º65.36%60%-
XYZ17.7410.6518.57-
YUV90.42144.13172.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=47.08%
G=16.31%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535311900.650.220.4320.448.5440.39
Hex99357704116281403128
Octal23165167010126505006150
Binary1001100111010111101110100000110110101000101000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993577; }

 p { color: rgb(153,53,119); }

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

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

 a { background-color: rgb(153,53,119); }

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

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

 span { border-color: rgb(153,53,119); }

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