Html Css Color HEX #990D8B Dark Magenta

📋 copy color: '#990D8B'

red 153 ◦ green 13 ◦ blue 139

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

Shades of Dark Magenta #990D8B

Tints of Dark Magenta #990D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 50.16%
G = 4.26%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#990D8B (or 0x990D8B) is known color: Dark Magenta. HEX triplet: 99, 0D and 8B. RGB value is (153,13,139). Sum of RGB (Red+Green+Blue) = 153+13+139=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #990D8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990D8B is #66F274. Grayscale: #444444. Windows color (decimal): -6746741 or 9112985. OLE color: 9112985.

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

Color convert

RGB 153 13 139 -
CMYK 0 0.92 0.09 0.4
HSL 306º 0.84% 0.33% -
HSV(B) 306º 0.92% 0.6% -
XYZ 17.94 8.92 25.2 -
YUV 69.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 153 13 139 0 0.92 0.09 0.4 306 0.84 0.33
Hex 99 D 8B 0 5C 9 28 132 54 21
Octal 231 15 213 0 134 11 50 462 124 41
Binary 10011001 1101 10001011 0 1011100 1001 101000 100110010 1010100 100001

Color Harmonies of #990D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D8B

Black with #990D8B

Text Example


Text Example

White with #990D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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