Html Css Color HEX #991992 Dark Magenta

📋 copy color: '#991992'

red 153 ◦ green 25 ◦ blue 146

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

Shades of Dark Magenta #991992

Tints of Dark Magenta #991992

RGB

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

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

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

R = 47.22%
G = 7.72%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#991992 (or 0x991992) is known color: Dark Magenta. HEX triplet: 99, 19 and 92. RGB value is (153,25,146). Sum of RGB (Red+Green+Blue) = 153+25+146=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #991992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991992 is #66E66D. Grayscale: #4C4C4C. Windows color (decimal): -6743662 or 9574809. OLE color: 9574809.

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

Color convert

RGB 153 25 146 -
CMYK 0 0.84 0.05 0.4
HSL 303.28º 0.72% 0.35% -
HSV(B) 303.28º 0.84% 0.6% -
XYZ 18.67 9.54 28.05 -
YUV 77.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 153 25 146 0 0.84 0.05 0.4 303.28 0.72 0.35
Hex 99 19 92 0 54 5 28 12F 48 23
Octal 231 31 222 0 124 5 50 457 110 43
Binary 10011001 11001 10010010 0 1010100 101 101000 100101111 1001000 100011

Color Harmonies of #991992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991992

Black with #991992

Text Example


Text Example

White with #991992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991992; }

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

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

background-color css

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

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

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

border-color css

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

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

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