Html Css Color HEX #990D8F Dark Magenta

📋 copy color: '#990D8F'

red 153 ◦ green 13 ◦ blue 143

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

Shades of Dark Magenta #990D8F

Tints of Dark Magenta #990D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.28%

R = 49.51%
G = 4.21%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#990D8F (or 0x990D8F) is known color: Dark Magenta. HEX triplet: 99, 0D and 8F. RGB value is (153,13,143). Sum of RGB (Red+Green+Blue) = 153+13+143=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #990D8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990D8F is #66F270. Grayscale: #454545. Windows color (decimal): -6746737 or 9375129. OLE color: 9375129.

HSL color Cylindrical-coordinate representation of color #990D8F: hue angle of 304.29º 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 #990D8F is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 13 143 -
CMYK 0 0.92 0.07 0.4
HSL 304.29º 0.84% 0.33% -
HSV(B) 304.29º 0.92% 0.6% -
XYZ 18.24 9.04 26.77 -
YUV 69.68 169.38 187.43 -
System Red Green Blue C M Y K H S L
Decimal 153 13 143 0 0.92 0.07 0.4 304.29 0.84 0.33
Hex 99 D 8F 0 5C 7 28 130 54 21
Octal 231 15 217 0 134 7 50 460 124 41
Binary 10011001 1101 10001111 0 1011100 111 101000 100110000 1010100 100001

Color Harmonies of #990D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D8F

Black with #990D8F

Text Example


Text Example

White with #990D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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