#9B0AAB

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

Shades of Dark Magenta #9B0AAB

Tints of Dark Magenta #9B0AAB

Color information

#9B0AAB (or 0x9B0AAB) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0A and AB. RGB value is (155,10,171). Sum of RGB (Red+Green+Blue) = 155+10+171=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0AAB is #64F554. Grayscale: #474747. Windows color (decimal): -6616405 or 11209371. OLE color: 11209371.

HSL color Cylindrical-coordinate representation of color #9B0AAB: hue angle of 294.04º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0AAB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15510171-
CMYK0.090.9400.33
HSL294.04º88.95%35.49%-
HSV(B)294.04º94.15%67.06%-
XYZ20.9810.1339.38-
YUV71.71184.04187.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 10 (4.30% from 255) = 2.98%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=46.13%
G=2.98%
B=50.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155101710.090.9400.33294.0488.9535.49
Hex9BAAB95E0211265923
Octal233122531113604144613143
Binary100110111010101010111001101111001000011001001101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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