#9b0a8a

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

Shades of Dark Magenta #9B0A8A

Tints of Dark Magenta #9B0A8A

Color information

#9B0A8A (or 0x9B0A8A) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0A and 8A. RGB value is (155,10,138). Sum of RGB (Red+Green+Blue) = 155+10+138=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0A8A is #64F575. Grayscale: #434343. Windows color (decimal): -6616438 or 9046683. OLE color: 9046683.

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

Color convert

RGB15510138-
CMYK00.940.110.39
HSL307.03º87.88%32.35%-
HSV(B)307.03º93.55%60.78%-
XYZ18.219.0224.83-
YUV67.95167.54190.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.16%
GREEN value IS 10 (4.30% from 255) = 3.30%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=51.16%
G=3.30%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551013800.940.110.39307.0387.8832.35
Hex9BA8A05EB271335820
Octal233122120136134746313040
Binary100110111010100010100101111010111001111001100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b0a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,10,138); }

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

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

 a { background-color: rgb(155,10,138); }

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

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

 span { border-color: rgb(155,10,138); }

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