Html Css Color HEX #990C9D Dark Magenta

📋 copy color: '#990C9D'

red 153 ◦ green 12 ◦ blue 157

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

Shades of Dark Magenta #990C9D

Tints of Dark Magenta #990C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.76%

R = 47.52%
G = 3.73%
B = 48.76%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#990C9D (or 0x990C9D) is known color: Dark Magenta. HEX triplet: 99, 0C and 9D. RGB value is (153,12,157). Sum of RGB (Red+Green+Blue) = 153+12+157=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #990C9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990C9D is #66F362. Grayscale: #464646. Windows color (decimal): -6746979 or 10292377. OLE color: 10292377.

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

Color convert

RGB 153 12 157 -
CMYK 0.03 0.92 0 0.38
HSL 298.34º 0.86% 0.33% -
HSV(B) 298.34º 0.92% 0.62% -
XYZ 19.35 9.47 32.71 -
YUV 70.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 153 12 157 0.03 0.92 0 0.38 298.34 0.86 0.33
Hex 99 C 9D 3 5C 0 26 12A 56 21
Octal 231 14 235 3 134 0 46 452 126 41
Binary 10011001 1100 10011101 11 1011100 0 100110 100101010 1010110 100001

Color Harmonies of #990C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C9D

Black with #990C9D

Text Example


Text Example

White with #990C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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