Html Css Color HEX #993575 Dark Purple

📋 copy color: '#993575'

red 153 ◦ green 53 ◦ blue 117

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

Shades of Dark Purple #993575

Tints of Dark Purple #993575

RGB

 RED value IS 153 (60.16% from 255) = 47.37%

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 47.37%
G = 16.41%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#993575 (or 0x993575) is known color: Dark Purple. HEX triplet: 99, 35 and 75. RGB value is (153,53,117). Sum of RGB (Red+Green+Blue) = 153+53+117=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #993575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993575 is #66CA8A. Grayscale: #5A5A5A. Windows color (decimal): -6736523 or 7681433. OLE color: 7681433.

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

Color convert

RGB 153 53 117 -
CMYK 0 0.65 0.24 0.4
HSL 321.6º 0.49% 0.4% -
HSV(B) 321.6º 0.65% 0.6% -
XYZ 17.62 10.6 17.95 -
YUV 90.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 153 53 117 0 0.65 0.24 0.4 321.6 0.49 0.4
Hex 99 35 75 0 41 18 28 142 31 28
Octal 231 65 165 0 101 30 50 502 61 50
Binary 10011001 110101 1110101 0 1000001 11000 101000 101000010 110001 101000

Color Harmonies of #993575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993575

Black with #993575

Text Example


Text Example

White with #993575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993575; }

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

 H1.HeaderClassName
 {
   color: #993575;
 }
 .AnyTagClassName
 {
   color: #993575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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