#991b91

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

Shades of Dark Magenta #991B91

Tints of Dark Magenta #991B91

Color information

#991B91 (or 0x991B91) is unknown color: approx Dark Magenta. HEX triplet: 99, 1B and 91. RGB value is (153,27,145). Sum of RGB (Red+Green+Blue) = 153+27+145=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #991B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991B91 is #66E46E. Grayscale: #4D4D4D. Windows color (decimal): -6743151 or 9509785. OLE color: 9509785.

HSL color Cylindrical-coordinate representation of color #991B91: hue angle of 303.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B91 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15327145-
CMYK00.820.050.4
HSL303.81º70%35.29%-
HSV(B)303.81º82.35%60%-
XYZ18.649.627.66-
YUV78.13165.74181.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 27 (10.94% from 255) = 8.31%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=47.08%
G=8.31%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532714500.820.050.4303.817035.29
Hex991B910525281304623
Octal23133221012255046010643
Binary100110011101110010001010100101011010001001100001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991b91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991b91; }

 p { color: rgb(153,27,145); }

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

<style>
 a { background-color: #991b91; }

 a { background-color: rgb(153,27,145); }

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

<style>
 span { border-color: #991b91; }

 span { border-color: rgb(153,27,145); }

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