Html Css Color HEX #991C92 Dark Magenta

📋 copy color: '#991C92'

red 153 ◦ green 28 ◦ blue 146

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

Shades of Dark Magenta #991C92

Tints of Dark Magenta #991C92

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.56%

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

R = 46.79%
G = 8.56%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#991C92 (or 0x991C92) is known color: Dark Magenta. HEX triplet: 99, 1C and 92. RGB value is (153,28,146). Sum of RGB (Red+Green+Blue) = 153+28+146=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #991C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991C92 is #66E36D. Grayscale: #4E4E4E. Windows color (decimal): -6742894 or 9575577. OLE color: 9575577.

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

Color convert

RGB 153 28 146 -
CMYK 0 0.82 0.05 0.4
HSL 303.36º 0.69% 0.35% -
HSV(B) 303.36º 0.82% 0.6% -
XYZ 18.74 9.68 28.07 -
YUV 78.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 153 28 146 0 0.82 0.05 0.4 303.36 0.69 0.35
Hex 99 1C 92 0 52 5 28 12F 45 23
Octal 231 34 222 0 122 5 50 457 105 43
Binary 10011001 11100 10010010 0 1010010 101 101000 100101111 1000101 100011

Color Harmonies of #991C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C92

Black with #991C92

Text Example


Text Example

White with #991C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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