Html Css Color HEX #993171 Dark Purple

📋 copy color: '#993171'

red 153 ◦ green 49 ◦ blue 113

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

Shades of Dark Purple #993171

Tints of Dark Purple #993171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 48.57%
G = 15.56%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#993171 (or 0x993171) is known color: Dark Purple. HEX triplet: 99, 31 and 71. RGB value is (153,49,113). Sum of RGB (Red+Green+Blue) = 153+49+113=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #993171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993171 is #66CE8E. Grayscale: #575757. Windows color (decimal): -6737551 or 7418265. OLE color: 7418265.

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

Color convert

RGB 153 49 113 -
CMYK 0 0.68 0.26 0.4
HSL 323.08º 0.51% 0.4% -
HSV(B) 323.08º 0.68% 0.6% -
XYZ 17.22 10.16 16.68 -
YUV 87.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 153 49 113 0 0.68 0.26 0.4 323.08 0.51 0.4
Hex 99 31 71 0 44 1A 28 143 33 28
Octal 231 61 161 0 104 32 50 503 63 50
Binary 10011001 110001 1110001 0 1000100 11010 101000 101000011 110011 101000

Color Harmonies of #993171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993171

Black with #993171

Text Example


Text Example

White with #993171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993171; }

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

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

background-color css

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

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

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

border-color css

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

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

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