Html Css Color HEX #992371 Dark Purple

📋 copy color: '#992371'

red 153 ◦ green 35 ◦ blue 113

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

Shades of Dark Purple #992371

Tints of Dark Purple #992371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 50.83%
G = 11.63%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#992371 (or 0x992371) is known color: Dark Purple. HEX triplet: 99, 23 and 71. RGB value is (153,35,113). Sum of RGB (Red+Green+Blue) = 153+35+113=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #992371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992371 is #66DC8E. Grayscale: #4E4E4E. Windows color (decimal): -6741135 or 7414681. OLE color: 7414681.

HSL color Cylindrical-coordinate representation of color #992371: hue angle of 320.34º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992371 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 113 -
CMYK 0 0.77 0.26 0.4
HSL 320.34º 0.63% 0.37% -
HSV(B) 320.34º 0.77% 0.6% -
XYZ 16.72 9.17 16.51 -
YUV 79.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 153 35 113 0 0.77 0.26 0.4 320.34 0.63 0.37
Hex 99 23 71 0 4D 1A 28 140 3F 25
Octal 231 43 161 0 115 32 50 500 77 45
Binary 10011001 100011 1110001 0 1001101 11010 101000 101000000 111111 100101

Color Harmonies of #992371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992371

Black with #992371

Text Example


Text Example

White with #992371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992371; }

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

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

background-color css

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

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

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

border-color css

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

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

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