#990B7F

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

Shades of Dark Magenta #990B7F

Tints of Dark Magenta #990B7F

Color information

#990B7F (or 0x990B7F) is unknown color: approx Dark Magenta. HEX triplet: 99, 0B and 7F. RGB value is (153,11,127). Sum of RGB (Red+Green+Blue) = 153+11+127=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #990B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B7F is #66F480. Grayscale: #424242. Windows color (decimal): -6747265 or 8326041. OLE color: 8326041.

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

Color convert

RGB15311127-
CMYK00.930.170.4
HSL310.99º86.59%32.16%-
HSV(B)310.99º92.81%60%-
XYZ17.098.5420.83-
YUV66.68162.04189.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 127 (50% from 255) = 43.64%
R=52.58%
G=3.78%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531112700.930.170.4310.9986.5932.16
Hex99B7F05D11281375720
Octal231131770135215046712740
Binary100110011011111111101011101100011010001001101111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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