#990B85

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

Shades of Dark Magenta #990B85

Tints of Dark Magenta #990B85

Color information

#990B85 (or 0x990B85) is unknown color: approx Dark Magenta. HEX triplet: 99, 0B and 85. RGB value is (153,11,133). Sum of RGB (Red+Green+Blue) = 153+11+133=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #990B85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990B85 is #66F47A. Grayscale: #434343. Windows color (decimal): -6747259 or 8719257. OLE color: 8719257.

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

Color convert

RGB15311133-
CMYK00.930.130.4
HSL308.45º86.59%32.16%-
HSV(B)308.45º92.81%60%-
XYZ17.498.7122.95-
YUV67.37165.04189.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 11 (4.69% from 255) = 3.70%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=51.52%
G=3.70%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531113300.930.130.4308.4586.5932.16
Hex99B8505DD281345720
Octal231132050135155046412740
Binary100110011011100001010101110111011010001001101001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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