#990C88

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

Shades of Dark Magenta #990C88

Tints of Dark Magenta #990C88

Color information

#990C88 (or 0x990C88) is unknown color: approx Dark Magenta. HEX triplet: 99, 0C and 88. RGB value is (153,12,136). Sum of RGB (Red+Green+Blue) = 153+12+136=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #990C88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990C88 is #66F377. Grayscale: #434343. Windows color (decimal): -6747000 or 8916121. OLE color: 8916121.

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

Color convert

RGB15312136-
CMYK00.920.110.4
HSL307.23º85.45%32.35%-
HSV(B)307.23º92.16%60%-
XYZ17.718.8124.06-
YUV68.3166.21188.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 12 (5.08% from 255) = 3.99%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=50.83%
G=3.99%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531213600.920.110.4307.2385.4532.35
Hex99C8805CB281335520
Octal231142100134135046312540
Binary100110011100100010000101110010111010001001100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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