#9B16A9

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

Shades of Dark Magenta #9B16A9

Tints of Dark Magenta #9B16A9

Color information

#9B16A9 (or 0x9B16A9) is unknown color: approx Dark Magenta. HEX triplet: 9B, 16 and A9. RGB value is (155,22,169). Sum of RGB (Red+Green+Blue) = 155+22+169=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B16A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B16A9 is #64E956. Grayscale: #4E4E4E. Windows color (decimal): -6613335 or 11081371. OLE color: 11081371.

HSL color Cylindrical-coordinate representation of color #9B16A9: hue angle of 294.29º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B16A9 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15522169-
CMYK0.080.8700.34
HSL294.29º76.96%37.45%-
HSV(B)294.29º86.98%66.27%-
XYZ20.9710.4138.44-
YUV78.53179.06182.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 22 (8.98% from 255) = 6.36%
BLUE value IS 169 (66.41% from 255) = 48.84%
R=44.80%
G=6.36%
B=48.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal155221690.080.8700.34294.2976.9637.45
Hex9B16A98570221264d25
Octal233262511012704244611545
Binary1001101110110101010011000101011101000101001001101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B16A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,22,169); }

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

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

 a { background-color: rgb(155,22,169); }

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

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

 span { border-color: rgb(155,22,169); }

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