Html Css Color HEX #990DA6 Dark Magenta

📋 copy color: '#990DA6'

red 153 ◦ green 13 ◦ blue 166

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

Shades of Dark Magenta #990DA6

Tints of Dark Magenta #990DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50%

R = 46.08%
G = 3.92%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#990DA6 (or 0x990DA6) is known color: Dark Magenta. HEX triplet: 99, 0D and A6. RGB value is (153,13,166). Sum of RGB (Red+Green+Blue) = 153+13+166=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #990DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990DA6 is #66F259. Grayscale: #474747. Windows color (decimal): -6746714 or 10882457. OLE color: 10882457.

HSL color Cylindrical-coordinate representation of color #990DA6: hue angle of 294.9º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990DA6 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 13 166 -
CMYK 0.08 0.92 0 0.35
HSL 294.9º 0.85% 0.35% -
HSV(B) 294.9º 0.92% 0.65% -
XYZ 20.16 9.81 36.91 -
YUV 72.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 153 13 166 0.08 0.92 0 0.35 294.9 0.85 0.35
Hex 99 D A6 8 5C 0 23 127 55 23
Octal 231 15 246 10 134 0 43 447 125 43
Binary 10011001 1101 10100110 1000 1011100 0 100011 100100111 1010101 100011

Color Harmonies of #990DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990DA6

Black with #990DA6

Text Example


Text Example

White with #990DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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