Html Css Color HEX #992295 Dark Purple

📋 copy color: '#992295'

red 153 ◦ green 34 ◦ blue 149

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

Shades of Dark Purple #992295

Tints of Dark Purple #992295

RGB

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

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

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

R = 45.54%
G = 10.12%
B = 44.35%

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

#992295 (or 0x992295) is known color: Dark Purple. HEX triplet: 99, 22 and 95. RGB value is (153,34,149). Sum of RGB (Red+Green+Blue) = 153+34+149=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #992295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992295 is #66DD6A. Grayscale: #525252. Windows color (decimal): -6741355 or 9773721. OLE color: 9773721.

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

Color convert

RGB 153 34 149 -
CMYK 0 0.78 0.03 0.4
HSL 302.02º 0.64% 0.37% -
HSV(B) 302.02º 0.78% 0.6% -
XYZ 19.13 10.09 29.37 -
YUV 82.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 153 34 149 0 0.78 0.03 0.4 302.02 0.64 0.37
Hex 99 22 95 0 4E 3 28 12E 40 25
Octal 231 42 225 0 116 3 50 456 100 45
Binary 10011001 100010 10010101 0 1001110 11 101000 100101110 1000000 100101

Color Harmonies of #992295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992295

Black with #992295

Text Example


Text Example

White with #992295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992295; }

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

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

background-color css

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

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

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

border-color css

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

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

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