Html Css Color HEX #990C7F Dark Magenta

📋 copy color: '#990C7F'

red 153 ◦ green 12 ◦ blue 127

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

Shades of Dark Magenta #990C7F

Tints of Dark Magenta #990C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.49%

R = 52.4%
G = 4.11%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#990C7F (or 0x990C7F) is known color: Dark Magenta. HEX triplet: 99, 0C and 7F. RGB value is (153,12,127). Sum of RGB (Red+Green+Blue) = 153+12+127=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #990C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C7F is #66F380. Grayscale: #424242. Windows color (decimal): -6747009 or 8326297. OLE color: 8326297.

HSL color Cylindrical-coordinate representation of color #990C7F: hue angle of 311.06º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C7F is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 12 127 -
CMYK 0 0.92 0.17 0.4
HSL 311.06º 0.85% 0.32% -
HSV(B) 311.06º 0.92% 0.6% -
XYZ 17.1 8.57 20.83 -
YUV 67.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 153 12 127 0 0.92 0.17 0.4 311.06 0.85 0.32
Hex 99 C 7F 0 5C 11 28 137 55 20
Octal 231 14 177 0 134 21 50 467 125 40
Binary 10011001 1100 1111111 0 1011100 10001 101000 100110111 1010101 100000

Color Harmonies of #990C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C7F

Black with #990C7F

Text Example


Text Example

White with #990C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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