#9B0A9A

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

Shades of Dark Magenta #9B0A9A

Tints of Dark Magenta #9B0A9A

Color information

#9B0A9A (or 0x9B0A9A) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0A and 9A. RGB value is (155,10,154). Sum of RGB (Red+Green+Blue) = 155+10+154=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0A9A is #64F565. Grayscale: #454545. Windows color (decimal): -6616422 or 10095259. OLE color: 10095259.

HSL color Cylindrical-coordinate representation of color #9B0A9A: hue angle of 300.41º 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 #9B0A9A is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15510154-
CMYK00.940.010.39
HSL300.41º87.88%32.35%-
HSV(B)300.41º93.55%60.78%-
XYZ19.469.5231.38-
YUV69.77175.54188.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 10 (4.30% from 255) = 3.13%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=48.59%
G=3.13%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551015400.940.010.39300.4187.8832.35
Hex9BA9A05E12712c5820
Octal23312232013614745413040
Binary100110111010100110100101111011001111001011001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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