Html Css Color HEX #992271 Dark Purple

📋 copy color: '#992271'

red 153 ◦ green 34 ◦ blue 113

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

Shades of Dark Purple #992271

Tints of Dark Purple #992271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.33%

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

R = 51%
G = 11.33%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#992271 (or 0x992271) is known color: Dark Purple. HEX triplet: 99, 22 and 71. RGB value is (153,34,113). Sum of RGB (Red+Green+Blue) = 153+34+113=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #992271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992271 is #66DD8E. Grayscale: #4E4E4E. Windows color (decimal): -6741391 or 7414425. OLE color: 7414425.

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

Color convert

RGB 153 34 113 -
CMYK 0 0.78 0.26 0.4
HSL 320.17º 0.64% 0.37% -
HSV(B) 320.17º 0.78% 0.6% -
XYZ 16.69 9.11 16.5 -
YUV 78.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 153 34 113 0 0.78 0.26 0.4 320.17 0.64 0.37
Hex 99 22 71 0 4E 1A 28 140 40 25
Octal 231 42 161 0 116 32 50 500 100 45
Binary 10011001 100010 1110001 0 1001110 11010 101000 101000000 1000000 100101

Color Harmonies of #992271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992271

Black with #992271

Text Example


Text Example

White with #992271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992271; }

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

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

background-color css

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

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

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

border-color css

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

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

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