Html Css Color HEX #990CAD Dark Magenta

📋 copy color: '#990CAD'

red 153 ◦ green 12 ◦ blue 173

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

Shades of Dark Magenta #990CAD

Tints of Dark Magenta #990CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.55%

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 45.27%
G = 3.55%
B = 51.18%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#990CAD (or 0x990CAD) is known color: Dark Magenta. HEX triplet: 99, 0C and AD. RGB value is (153,12,173). Sum of RGB (Red+Green+Blue) = 153+12+173=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #990CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990CAD is #66F352. Grayscale: #484848. Windows color (decimal): -6746963 or 11340953. OLE color: 11340953.

HSL color Cylindrical-coordinate representation of color #990CAD: hue angle of 292.55º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990CAD is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 12 173 -
CMYK 0.12 0.93 0 0.32
HSL 292.55º 0.87% 0.36% -
HSV(B) 292.55º 0.93% 0.68% -
XYZ 20.81 10.05 40.38 -
YUV 72.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 153 12 173 0.12 0.93 0 0.32 292.55 0.87 0.36
Hex 99 C AD C 5D 0 20 125 57 24
Octal 231 14 255 14 135 0 40 445 127 44
Binary 10011001 1100 10101101 1100 1011101 0 100000 100100101 1010111 100100

Color Harmonies of #990CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CAD

Black with #990CAD

Text Example


Text Example

White with #990CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,12,173); }

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

background-color css

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

 a { background-color: rgb(153,12,173); }

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

border-color css

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

 span { border-color: rgb(153,12,173); }

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