#9B1690

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

Shades of Dark Magenta #9B1690

Tints of Dark Magenta #9B1690

Color information

#9B1690 (or 0x9B1690) is unknown color: approx Dark Magenta. HEX triplet: 9B, 16 and 90. RGB value is (155,22,144). Sum of RGB (Red+Green+Blue) = 155+22+144=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1690 is #64E96F. Grayscale: #4B4B4B. Windows color (decimal): -6613360 or 9442971. OLE color: 9442971.

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

Color convert

RGB15522144-
CMYK00.860.070.39
HSL304.96º75.14%34.71%-
HSV(B)304.96º85.81%60.78%-
XYZ18.849.5627.24-
YUV75.68166.56184.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=48.29%
G=6.85%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552214400.860.070.39304.9675.1434.71
Hex9B16900567271314b23
Octal23326220012674746111343
Binary100110111011010010000010101101111001111001100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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