Html Css Color HEX #992071 Dark Purple

📋 copy color: '#992071'

red 153 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #992071

Tints of Dark Purple #992071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

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

R = 51.34%
G = 10.74%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#992071 (or 0x992071) is known color: Dark Purple. HEX triplet: 99, 20 and 71. RGB value is (153,32,113). Sum of RGB (Red+Green+Blue) = 153+32+113=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #992071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992071 is #66DF8E. Grayscale: #4D4D4D. Windows color (decimal): -6741903 or 7413913. OLE color: 7413913.

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

Color convert

RGB 153 32 113 -
CMYK 0 0.79 0.26 0.4
HSL 319.83º 0.65% 0.36% -
HSV(B) 319.83º 0.79% 0.6% -
XYZ 16.63 9 16.48 -
YUV 77.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 153 32 113 0 0.79 0.26 0.4 319.83 0.65 0.36
Hex 99 20 71 0 4F 1A 28 140 41 24
Octal 231 40 161 0 117 32 50 500 101 44
Binary 10011001 100000 1110001 0 1001111 11010 101000 101000000 1000001 100100

Color Harmonies of #992071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992071

Black with #992071

Text Example


Text Example

White with #992071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992071; }

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

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

background-color css

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

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

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

border-color css

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

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

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