#9B1691

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

Shades of Dark Magenta #9B1691

Tints of Dark Magenta #9B1691

Color information

#9B1691 (or 0x9B1691) is unknown color: approx Dark Magenta. HEX triplet: 9B, 16 and 91. RGB value is (155,22,145). Sum of RGB (Red+Green+Blue) = 155+22+145=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1691 is #64E96E. Grayscale: #4B4B4B. Windows color (decimal): -6613359 or 9508507. OLE color: 9508507.

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

Color convert

RGB15522145-
CMYK00.860.060.39
HSL304.51º75.14%34.71%-
HSV(B)304.51º85.81%60.78%-
XYZ18.929.5927.64-
YUV75.79167.06184.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=48.14%
G=6.83%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552214500.860.060.39304.5175.1434.71
Hex9B16910566271314b23
Octal23326221012664746111343
Binary100110111011010010001010101101101001111001100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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