Html Css Color HEX #991D99 Dark Magenta

📋 copy color: '#991D99'

red 153 ◦ green 29 ◦ blue 153

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

Shades of Dark Magenta #991D99

Tints of Dark Magenta #991D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.66%

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

R = 45.67%
G = 8.66%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#991D99 (or 0x991D99) is known color: Dark Magenta. HEX triplet: 99, 1D and 99. RGB value is (153,29,153). Sum of RGB (Red+Green+Blue) = 153+29+153=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #991D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991D99 is #66E266. Grayscale: #4F4F4F. Windows color (decimal): -6742631 or 10034585. OLE color: 10034585.

HSL color Cylindrical-coordinate representation of color #991D99: hue angle of 300º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D99 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 29 153 -
CMYK 0 0.81 0 0.4
HSL 300º 0.68% 0.36% -
HSV(B) 300º 0.81% 0.6% -
XYZ 19.33 9.95 31.04 -
YUV 80.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 153 29 153 0 0.81 0 0.4 300 0.68 0.36
Hex 99 1D 99 0 51 0 28 12C 44 24
Octal 231 35 231 0 121 0 50 454 104 44
Binary 10011001 11101 10011001 0 1010001 0 101000 100101100 1000100 100100

Color Harmonies of #991D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D99

Black with #991D99

Text Example


Text Example

White with #991D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,29,153); }

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

background-color css

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

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

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

border-color css

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

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

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