Html Css Color HEX #990D90 Dark Magenta

📋 copy color: '#990D90'

red 153 ◦ green 13 ◦ blue 144

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

Shades of Dark Magenta #990D90

Tints of Dark Magenta #990D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 49.35%
G = 4.19%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#990D90 (or 0x990D90) is known color: Dark Magenta. HEX triplet: 99, 0D and 90. RGB value is (153,13,144). Sum of RGB (Red+Green+Blue) = 153+13+144=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #990D90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990D90 is #66F26F. Grayscale: #454545. Windows color (decimal): -6746736 or 9440665. OLE color: 9440665.

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

Color convert

RGB 153 13 144 -
CMYK 0 0.92 0.06 0.4
HSL 303.86º 0.84% 0.33% -
HSV(B) 303.86º 0.92% 0.6% -
XYZ 18.31 9.07 27.17 -
YUV 69.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 153 13 144 0 0.92 0.06 0.4 303.86 0.84 0.33
Hex 99 D 90 0 5C 6 28 130 54 21
Octal 231 15 220 0 134 6 50 460 124 41
Binary 10011001 1101 10010000 0 1011100 110 101000 100110000 1010100 100001

Color Harmonies of #990D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D90

Black with #990D90

Text Example


Text Example

White with #990D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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