Html Css Color HEX #92199D Dark Magenta

📋 copy color: '#92199D'

red 146 ◦ green 25 ◦ blue 157

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

Shades of Dark Magenta #92199D

Tints of Dark Magenta #92199D

RGB

 RED value IS 146 (57.42% from 255) = 44.51%

 GREEN value IS 25 (10.16% from 255) = 7.62%

 BLUE value IS 157 (61.72% from 255) = 47.87%

R = 44.51%
G = 7.62%
B = 47.87%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#92199D (or 0x92199D) is known color: Dark Magenta. HEX triplet: 92, 19 and 9D. RGB value is (146,25,157). Sum of RGB (Red+Green+Blue) = 146+25+157=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #92199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92199D is #6DE662. Grayscale: #4B4B4B. Windows color (decimal): -7202403 or 10295698. OLE color: 10295698.

HSL color Cylindrical-coordinate representation of color #92199D: hue angle of 295º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92199D is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 25 157 -
CMYK 0.07 0.84 0 0.38
HSL 295º 0.73% 0.36% -
HSV(B) 295º 0.84% 0.62% -
XYZ 18.29 9.24 32.72 -
YUV 76.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 146 25 157 0.07 0.84 0 0.38 295 0.73 0.36
Hex 92 19 9D 7 54 0 26 127 49 24
Octal 222 31 235 7 124 0 46 447 111 44
Binary 10010010 11001 10011101 111 1010100 0 100110 100100111 1001001 100100

Color Harmonies of #92199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92199D

Black with #92199D

Text Example


Text Example

White with #92199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92199D; }

 p { color: rgb(146,25,157); }

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

background-color css

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

 a { background-color: rgb(146,25,157); }

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

border-color css

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

 span { border-color: rgb(146,25,157); }

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