Html Css Color HEX #993577 Dark Purple

📋 copy color: '#993577'

red 153 ◦ green 53 ◦ blue 119

#993577
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #993577

Tints of Dark Purple #993577

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 value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#993577 (or 0x993577) is known color: 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

RGB 153 53 119 -
CMYK 0 0.65 0.22 0.4
HSL 320.4º 0.49% 0.4% -
HSV(B) 320.4º 0.65% 0.6% -
XYZ 17.74 10.65 18.57 -
YUV 90.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 153 53 119 0 0.65 0.22 0.4 320.4 0.49 0.4
Hex 99 35 77 0 41 16 28 140 31 28
Octal 231 65 167 0 101 26 50 500 61 50
Binary 10011001 110101 1110111 0 1000001 10110 101000 101000000 110001 101000

Color Harmonies of #993577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993577

Black with #993577

Text Example


Text Example

White with #993577

Text Example


Text Example

HTML Codes & Css Web 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>