Html Css Color HEX #990D91 Dark Magenta

📋 copy color: '#990D91'

red 153 ◦ green 13 ◦ blue 145

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

Shades of Dark Magenta #990D91

Tints of Dark Magenta #990D91

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.18%

 BLUE value IS 145 (57.03% from 255) = 46.62%

R = 49.2%
G = 4.18%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#990D91 (or 0x990D91) is known color: Dark Magenta. HEX triplet: 99, 0D and 91. RGB value is (153,13,145). Sum of RGB (Red+Green+Blue) = 153+13+145=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #990D91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990D91 is #66F26E. Grayscale: #454545. Windows color (decimal): -6746735 or 9506201. OLE color: 9506201.

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

Color convert

RGB 153 13 145 -
CMYK 0 0.92 0.05 0.4
HSL 303.43º 0.84% 0.33% -
HSV(B) 303.43º 0.92% 0.6% -
XYZ 18.39 9.1 27.58 -
YUV 69.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 153 13 145 0 0.92 0.05 0.4 303.43 0.84 0.33
Hex 99 D 91 0 5C 5 28 12F 54 21
Octal 231 15 221 0 134 5 50 457 124 41
Binary 10011001 1101 10010001 0 1011100 101 101000 100101111 1010100 100001

Color Harmonies of #990D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D91

Black with #990D91

Text Example


Text Example

White with #990D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990D91; }

 p { color: rgb(153,13,145); }

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

background-color css

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

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

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

border-color css

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

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

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