#9B169B

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

Shades of Dark Magenta #9B169B

Tints of Dark Magenta #9B169B

Color information

#9B169B (or 0x9B169B) is unknown color: approx Dark Magenta. HEX triplet: 9B, 16 and 9B. RGB value is (155,22,155). Sum of RGB (Red+Green+Blue) = 155+22+155=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B169B is #64E964. Grayscale: #4C4C4C. Windows color (decimal): -6613349 or 10163867. OLE color: 10163867.

HSL color Cylindrical-coordinate representation of color #9B169B: hue angle of 300º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B169B is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15522155-
CMYK00.8600.39
HSL300º75.14%34.71%-
HSV(B)300º85.81%60.78%-
XYZ19.729.9131.88-
YUV76.93172.06183.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 22 (8.98% from 255) = 6.63%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=46.69%
G=6.63%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552215500.8600.3930075.1434.71
Hex9B169B05602712c4b23
Octal23326233012604745411343
Binary1001101110110100110110101011001001111001011001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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