Html Css Color HEX #990CAC Dark Magenta

📋 copy color: '#990CAC'

red 153 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #990CAC

Tints of Dark Magenta #990CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.04%

R = 45.4%
G = 3.56%
B = 51.04%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#990CAC (or 0x990CAC) is known color: Dark Magenta. HEX triplet: 99, 0C and AC. RGB value is (153,12,172). Sum of RGB (Red+Green+Blue) = 153+12+172=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #990CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990CAC is #66F353. Grayscale: #474747. Windows color (decimal): -6746964 or 11275417. OLE color: 11275417.

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

Color convert

RGB 153 12 172 -
CMYK 0.11 0.93 0 0.33
HSL 292.88º 0.87% 0.36% -
HSV(B) 292.88º 0.93% 0.67% -
XYZ 20.71 10.01 39.87 -
YUV 72.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 153 12 172 0.11 0.93 0 0.33 292.88 0.87 0.36
Hex 99 C AC B 5D 0 21 125 57 24
Octal 231 14 254 13 135 0 41 445 127 44
Binary 10011001 1100 10101100 1011 1011101 0 100001 100100101 1010111 100100

Color Harmonies of #990CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CAC

Black with #990CAC

Text Example


Text Example

White with #990CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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