Html Css Color HEX #991D9F Dark Magenta

📋 copy color: '#991D9F'

red 153 ◦ green 29 ◦ blue 159

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

Shades of Dark Magenta #991D9F

Tints of Dark Magenta #991D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 44.87%
G = 8.5%
B = 46.63%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#991D9F (or 0x991D9F) is known color: Dark Magenta. HEX triplet: 99, 1D and 9F. RGB value is (153,29,159). Sum of RGB (Red+Green+Blue) = 153+29+159=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #991D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991D9F is #66E260. Grayscale: #505050. Windows color (decimal): -6742625 or 10427801. OLE color: 10427801.

HSL color Cylindrical-coordinate representation of color #991D9F: hue angle of 297.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991D9F is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 29 159 -
CMYK 0.04 0.82 0 0.38
HSL 297.23º 0.69% 0.37% -
HSV(B) 297.23º 0.82% 0.62% -
XYZ 19.83 10.15 33.72 -
YUV 80.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 153 29 159 0.04 0.82 0 0.38 297.23 0.69 0.37
Hex 99 1D 9F 4 52 0 26 129 45 25
Octal 231 35 237 4 122 0 46 451 105 45
Binary 10011001 11101 10011111 100 1010010 0 100110 100101001 1000101 100101

Color Harmonies of #991D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D9F

Black with #991D9F

Text Example


Text Example

White with #991D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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