#990B9C

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

Shades of Dark Magenta #990B9C

Tints of Dark Magenta #990B9C

Color information

#990B9C (or 0x990B9C) is unknown color: approx Dark Magenta. HEX triplet: 99, 0B and 9C. RGB value is (153,11,156). Sum of RGB (Red+Green+Blue) = 153+11+156=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #990B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990B9C is #66F463. Grayscale: #454545. Windows color (decimal): -6747236 or 10226585. OLE color: 10226585.

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

Color convert

RGB15311156-
CMYK0.020.9300.39
HSL298.76º86.83%32.75%-
HSV(B)298.76º92.95%61.18%-
XYZ19.269.4132.25-
YUV69.99176.54187.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 11 (4.69% from 255) = 3.44%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=47.81%
G=3.44%
B=48.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153111560.020.9300.39298.7686.8332.75
Hex99B9C25D02712b5721
Octal23113234213504745312741
Binary1001100110111001110010101110101001111001010111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,11,156); }

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

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

 a { background-color: rgb(153,11,156); }

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

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

 span { border-color: rgb(153,11,156); }

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