Html Css Color HEX #992196 Dark Purple

📋 copy color: '#992196'

red 153 ◦ green 33 ◦ blue 150

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

Shades of Dark Purple #992196

Tints of Dark Purple #992196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 45.54%
G = 9.82%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#992196 (or 0x992196) is known color: Dark Purple. HEX triplet: 99, 21 and 96. RGB value is (153,33,150). Sum of RGB (Red+Green+Blue) = 153+33+150=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #992196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992196 is #66DE69. Grayscale: #515151. Windows color (decimal): -6741610 or 9839001. OLE color: 9839001.

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

Color convert

RGB 153 33 150 -
CMYK 0 0.78 0.02 0.4
HSL 301.5º 0.65% 0.36% -
HSV(B) 301.5º 0.78% 0.6% -
XYZ 19.19 10.06 29.79 -
YUV 82.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 153 33 150 0 0.78 0.02 0.4 301.5 0.65 0.36
Hex 99 21 96 0 4E 2 28 12E 41 24
Octal 231 41 226 0 116 2 50 456 101 44
Binary 10011001 100001 10010110 0 1001110 10 101000 100101110 1000001 100100

Color Harmonies of #992196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992196

Black with #992196

Text Example


Text Example

White with #992196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992196; }

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

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

background-color css

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

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

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

border-color css

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

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

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