#9B1090

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

Shades of Dark Magenta #9B1090

Tints of Dark Magenta #9B1090

Color information

#9B1090 (or 0x9B1090) is unknown color: approx Dark Magenta. HEX triplet: 9B, 10 and 90. RGB value is (155,16,144). Sum of RGB (Red+Green+Blue) = 155+16+144=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1090 is #64EF6F. Grayscale: #474747. Windows color (decimal): -6614896 or 9441435. OLE color: 9441435.

HSL color Cylindrical-coordinate representation of color #9B1090: hue angle of 304.75º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1090 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB15516144-
CMYK00.900.070.39
HSL304.75º81.29%33.53%-
HSV(B)304.75º89.68%60.78%-
XYZ18.749.3527.2-
YUV72.15168.55187.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 16 (6.64% from 255) = 5.08%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=49.21%
G=5.08%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551614400.900.070.39304.7581.2933.53
Hex9B109005A7271315122
Octal23320220013274746112142
Binary100110111000010010000010110101111001111001100011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,16,144); }

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

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

 a { background-color: rgb(155,16,144); }

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

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

 span { border-color: rgb(155,16,144); }

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