#9B1BAA

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

Shades of Dark Magenta #9B1BAA

Tints of Dark Magenta #9B1BAA

Color information

#9B1BAA (or 0x9B1BAA) is unknown color: approx Dark Magenta. HEX triplet: 9B, 1B and AA. RGB value is (155,27,170). Sum of RGB (Red+Green+Blue) = 155+27+170=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B1BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1BAA is #64E455. Grayscale: #515151. Windows color (decimal): -6612054 or 11148187. OLE color: 11148187.

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

Color convert

RGB15527170-
CMYK0.090.8400.33
HSL293.71º72.59%38.63%-
HSV(B)293.71º84.12%66.67%-
XYZ21.1710.6538.97-
YUV81.57177.91180.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 27 (10.94% from 255) = 7.67%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=44.03%
G=7.67%
B=48.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155271700.090.8400.33293.7172.5938.63
Hex9B1BAA9540211264927
Octal233332521112404144611147
Binary1001101111011101010101001101010001000011001001101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,27,170); }

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

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

 a { background-color: rgb(155,27,170); }

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

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

 span { border-color: rgb(155,27,170); }

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