Html Css Color HEX #992195 Dark Purple

📋 copy color: '#992195'

red 153 ◦ green 33 ◦ blue 149

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

Shades of Dark Purple #992195

Tints of Dark Purple #992195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 45.67%
G = 9.85%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#992195 (or 0x992195) is known color: Dark Purple. HEX triplet: 99, 21 and 95. RGB value is (153,33,149). Sum of RGB (Red+Green+Blue) = 153+33+149=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #992195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992195 is #66DE6A. Grayscale: #515151. Windows color (decimal): -6741611 or 9773465. OLE color: 9773465.

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

Color convert

RGB 153 33 149 -
CMYK 0 0.78 0.03 0.4
HSL 302º 0.65% 0.36% -
HSV(B) 302º 0.78% 0.6% -
XYZ 19.11 10.03 29.36 -
YUV 82.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 153 33 149 0 0.78 0.03 0.4 302 0.65 0.36
Hex 99 21 95 0 4E 3 28 12E 41 24
Octal 231 41 225 0 116 3 50 456 101 44
Binary 10011001 100001 10010101 0 1001110 11 101000 100101110 1000001 100100

Color Harmonies of #992195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992195

Black with #992195

Text Example


Text Example

White with #992195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992195; }

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

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

background-color css

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

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

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

border-color css

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

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

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