Html Css Color HEX #920199 Dark Magenta

📋 copy color: '#920199'

red 146 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #920199

Tints of Dark Magenta #920199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 48.67%
G = 0.33%
B = 51%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#920199 (or 0x920199) is known color: Dark Magenta. HEX triplet: 92, 01 and 99. RGB value is (146,1,153). Sum of RGB (Red+Green+Blue) = 146+1+153=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #920199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920199 is #6DFE66. Grayscale: #3D3D3D. Windows color (decimal): -7208551 or 10027410. OLE color: 10027410.

HSL color Cylindrical-coordinate representation of color #920199: hue angle of 297.24º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920199 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 1 153 -
CMYK 0.05 0.99 0 0.4
HSL 297.24º 0.99% 0.3% -
HSV(B) 297.24º 0.99% 0.6% -
XYZ 17.61 8.43 30.84 -
YUV 61.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 146 1 153 0.05 0.99 0 0.4 297.24 0.99 0.3
Hex 92 1 99 5 63 0 28 129 63 1E
Octal 222 1 231 5 143 0 50 451 143 36
Binary 10010010 1 10011001 101 1100011 0 101000 100101001 1100011 11110

Color Harmonies of #920199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920199

Black with #920199

Text Example


Text Example

White with #920199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920199; }

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

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

background-color css

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

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

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

border-color css

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

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

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