#990C8F

Color #990C8F Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #990C8F

Tints of Dark Magenta #990C8F

Color information

#990C8F (or 0x990C8F) is unknown color: approx Dark Magenta. HEX triplet: 99, 0C and 8F. RGB value is (153,12,143). Sum of RGB (Red+Green+Blue) = 153+12+143=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #990C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990C8F is #66F370. Grayscale: #444444. Windows color (decimal): -6746993 or 9374873. OLE color: 9374873.

HSL color Cylindrical-coordinate representation of color #990C8F: hue angle of 304.26º 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 #990C8F is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15312143-
CMYK00.920.070.4
HSL304.26º85.45%32.35%-
HSV(B)304.26º92.16%60%-
XYZ18.239.0226.77-
YUV69.09169.71187.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=49.68%
G=3.90%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531214300.920.070.4304.2685.4532.35
Hex99C8F05C7281305520
Octal23114217013475046012540
Binary10011001110010001111010111001111010001001100001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #990C8F;
 }
 .AnyTagClassName
 {
   color: #990C8F;
 }
</style>
background-color css

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

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

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

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

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

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