Html Css Color HEX #992172 Dark Purple

📋 copy color: '#992172'

red 153 ◦ green 33 ◦ blue 114

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

Shades of Dark Purple #992172

Tints of Dark Purple #992172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

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

R = 51%
G = 11%
B = 38%

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

#992172 (or 0x992172) is known color: Dark Purple. HEX triplet: 99, 21 and 72. RGB value is (153,33,114). Sum of RGB (Red+Green+Blue) = 153+33+114=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #992172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992172 is #66DE8D. Grayscale: #4D4D4D. Windows color (decimal): -6741646 or 7479705. OLE color: 7479705.

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

Color convert

RGB 153 33 114 -
CMYK 0 0.78 0.25 0.4
HSL 319.5º 0.65% 0.36% -
HSV(B) 319.5º 0.78% 0.6% -
XYZ 16.72 9.07 16.79 -
YUV 78.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 153 33 114 0 0.78 0.25 0.4 319.5 0.65 0.36
Hex 99 21 72 0 4E 19 28 140 41 24
Octal 231 41 162 0 116 31 50 500 101 44
Binary 10011001 100001 1110010 0 1001110 11001 101000 101000000 1000001 100100

Color Harmonies of #992172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992172

Black with #992172

Text Example


Text Example

White with #992172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992172; }

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

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

background-color css

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

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

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

border-color css

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

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

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