Html Css Color HEX #992197 Dark Purple

📋 copy color: '#992197'

red 153 ◦ green 33 ◦ blue 151

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

Shades of Dark Purple #992197

Tints of Dark Purple #992197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 45.4%
G = 9.79%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#992197 (or 0x992197) is known color: Dark Purple. HEX triplet: 99, 21 and 97. RGB value is (153,33,151). Sum of RGB (Red+Green+Blue) = 153+33+151=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992197 is #66DE68. Grayscale: #515151. Windows color (decimal): -6741609 or 9904537. OLE color: 9904537.

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

Color convert

RGB 153 33 151 -
CMYK 0 0.78 0.01 0.4
HSL 301º 0.65% 0.36% -
HSV(B) 301º 0.78% 0.6% -
XYZ 19.27 10.09 30.21 -
YUV 82.33 166.76 178.41 -
System Red Green Blue C M Y K H S L
Decimal 153 33 151 0 0.78 0.01 0.4 301 0.65 0.36
Hex 99 21 97 0 4E 1 28 12D 41 24
Octal 231 41 227 0 116 1 50 455 101 44
Binary 10011001 100001 10010111 0 1001110 1 101000 100101101 1000001 100100

Color Harmonies of #992197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992197

Black with #992197

Text Example


Text Example

White with #992197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992197; }

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

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

background-color css

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

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

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

border-color css

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

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

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