Html Css Color HEX #993177 Dark Purple

📋 copy color: '#993177'

red 153 ◦ green 49 ◦ blue 119

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

Shades of Dark Purple #993177

Tints of Dark Purple #993177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 47.66%
G = 15.26%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#993177 (or 0x993177) is known color: Dark Purple. HEX triplet: 99, 31 and 77. RGB value is (153,49,119). Sum of RGB (Red+Green+Blue) = 153+49+119=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #993177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993177 is #66CE88. Grayscale: #575757. Windows color (decimal): -6737545 or 7811481. OLE color: 7811481.

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

Color convert

RGB 153 49 119 -
CMYK 0 0.68 0.22 0.4
HSL 319.62º 0.51% 0.4% -
HSV(B) 319.62º 0.68% 0.6% -
XYZ 17.56 10.3 18.52 -
YUV 88.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 153 49 119 0 0.68 0.22 0.4 319.62 0.51 0.4
Hex 99 31 77 0 44 16 28 140 33 28
Octal 231 61 167 0 104 26 50 500 63 50
Binary 10011001 110001 1110111 0 1000100 10110 101000 101000000 110011 101000

Color Harmonies of #993177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993177

Black with #993177

Text Example


Text Example

White with #993177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993177; }

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

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

background-color css

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

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

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

border-color css

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

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

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