Html Css Color HEX #992272 Dark Purple

📋 copy color: '#992272'

red 153 ◦ green 34 ◦ blue 114

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

Shades of Dark Purple #992272

Tints of Dark Purple #992272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 50.83%
G = 11.3%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#992272 (or 0x992272) is known color: Dark Purple. HEX triplet: 99, 22 and 72. RGB value is (153,34,114). Sum of RGB (Red+Green+Blue) = 153+34+114=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #992272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992272 is #66DD8D. Grayscale: #4E4E4E. Windows color (decimal): -6741390 or 7479961. OLE color: 7479961.

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

Color convert

RGB 153 34 114 -
CMYK 0 0.78 0.25 0.4
HSL 319.66º 0.64% 0.37% -
HSV(B) 319.66º 0.78% 0.6% -
XYZ 16.75 9.13 16.8 -
YUV 78.7 147.92 181 -
System Red Green Blue C M Y K H S L
Decimal 153 34 114 0 0.78 0.25 0.4 319.66 0.64 0.37
Hex 99 22 72 0 4E 19 28 140 40 25
Octal 231 42 162 0 116 31 50 500 100 45
Binary 10011001 100010 1110010 0 1001110 11001 101000 101000000 1000000 100101

Color Harmonies of #992272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992272

Black with #992272

Text Example


Text Example

White with #992272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992272; }

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

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

background-color css

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

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

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

border-color css

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

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

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