Html Css Color HEX #990DAB Dark Magenta

📋 copy color: '#990DAB'

red 153 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #990DAB

Tints of Dark Magenta #990DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 45.4%
G = 3.86%
B = 50.74%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#990DAB (or 0x990DAB) is known color: Dark Magenta. HEX triplet: 99, 0D and AB. RGB value is (153,13,171). Sum of RGB (Red+Green+Blue) = 153+13+171=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #990DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990DAB is #66F254. Grayscale: #484848. Windows color (decimal): -6746709 or 11210137. OLE color: 11210137.

HSL color Cylindrical-coordinate representation of color #990DAB: hue angle of 293.16º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990DAB is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 13 171 -
CMYK 0.11 0.92 0 0.33
HSL 293.16º 0.86% 0.36% -
HSV(B) 293.16º 0.92% 0.67% -
XYZ 20.63 10 39.37 -
YUV 72.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 153 13 171 0.11 0.92 0 0.33 293.16 0.86 0.36
Hex 99 D AB B 5C 0 21 125 56 24
Octal 231 15 253 13 134 0 41 445 126 44
Binary 10011001 1101 10101011 1011 1011100 0 100001 100100101 1010110 100100

Color Harmonies of #990DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DAB

Black with #990DAB

Text Example


Text Example

White with #990DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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