Html Css Color HEX #991192 Dark Magenta

📋 copy color: '#991192'

red 153 ◦ green 17 ◦ blue 146

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

Shades of Dark Magenta #991192

Tints of Dark Magenta #991192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

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

R = 48.42%
G = 5.38%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#991192 (or 0x991192) is known color: Dark Magenta. HEX triplet: 99, 11 and 92. RGB value is (153,17,146). Sum of RGB (Red+Green+Blue) = 153+17+146=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #991192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991192 is #66EE6D. Grayscale: #474747. Windows color (decimal): -6745710 or 9572761. OLE color: 9572761.

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

Color convert

RGB 153 17 146 -
CMYK 0 0.89 0.05 0.4
HSL 303.09º 0.8% 0.33% -
HSV(B) 303.09º 0.89% 0.6% -
XYZ 18.53 9.25 28 -
YUV 72.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 153 17 146 0 0.89 0.05 0.4 303.09 0.8 0.33
Hex 99 11 92 0 59 5 28 12F 50 21
Octal 231 21 222 0 131 5 50 457 120 41
Binary 10011001 10001 10010010 0 1011001 101 101000 100101111 1010000 100001

Color Harmonies of #991192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991192

Black with #991192

Text Example


Text Example

White with #991192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991192; }

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

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

background-color css

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

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

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

border-color css

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

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

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