Html Css Color HEX #992292 Dark Purple

📋 copy color: '#992292'

red 153 ◦ green 34 ◦ blue 146

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

Shades of Dark Purple #992292

Tints of Dark Purple #992292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 45.95%
G = 10.21%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#992292 (or 0x992292) is known color: Dark Purple. HEX triplet: 99, 22 and 92. RGB value is (153,34,146). Sum of RGB (Red+Green+Blue) = 153+34+146=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #992292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992292 is #66DD6D. Grayscale: #525252. Windows color (decimal): -6741358 or 9577113. OLE color: 9577113.

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

Color convert

RGB 153 34 146 -
CMYK 0 0.78 0.05 0.4
HSL 303.53º 0.64% 0.37% -
HSV(B) 303.53º 0.78% 0.6% -
XYZ 18.9 9.99 28.13 -
YUV 82.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 153 34 146 0 0.78 0.05 0.4 303.53 0.64 0.37
Hex 99 22 92 0 4E 5 28 130 40 25
Octal 231 42 222 0 116 5 50 460 100 45
Binary 10011001 100010 10010010 0 1001110 101 101000 100110000 1000000 100101

Color Harmonies of #992292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992292

Black with #992292

Text Example


Text Example

White with #992292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992292; }

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

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

background-color css

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

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

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

border-color css

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

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

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