#9B1299

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

Shades of Dark Magenta #9B1299

Tints of Dark Magenta #9B1299

Color information

#9B1299 (or 0x9B1299) is unknown color: approx Dark Magenta. HEX triplet: 9B, 12 and 99. RGB value is (155,18,153). Sum of RGB (Red+Green+Blue) = 155+18+153=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1299 is #64ED66. Grayscale: #494949. Windows color (decimal): -6614375 or 10031771. OLE color: 10031771.

HSL color Cylindrical-coordinate representation of color #9B1299: hue angle of 300.88º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1299 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15518153-
CMYK00.880.010.39
HSL300.88º79.19%33.92%-
HSV(B)300.88º88.39%60.78%-
XYZ19.489.730.98-
YUV74.35172.39185.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=47.55%
G=5.52%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551815300.880.010.39300.8879.1933.92
Hex9B129905812712d4f22
Octal23322231013014745511742
Binary1001101110010100110010101100011001111001011011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B1299; }

 p { color: rgb(155,18,153); }

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

<style>
 a { background-color: #9B1299; }

 a { background-color: rgb(155,18,153); }

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

<style>
 span { border-color: #9B1299; }

 span { border-color: rgb(155,18,153); }

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