#9B1493

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

Shades of Dark Magenta #9B1493

Tints of Dark Magenta #9B1493

Color information

#9B1493 (or 0x9B1493) is unknown color: approx Dark Magenta. HEX triplet: 9B, 14 and 93. RGB value is (155,20,147). Sum of RGB (Red+Green+Blue) = 155+20+147=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1493 is #64EB6C. Grayscale: #4A4A4A. Windows color (decimal): -6613869 or 9639067. OLE color: 9639067.

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

Color convert

RGB15520147-
CMYK00.870.050.39
HSL303.56º77.14%34.31%-
HSV(B)303.56º87.1%60.78%-
XYZ19.039.5828.45-
YUV74.84168.73185.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 20 (8.20% from 255) = 6.21%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=48.14%
G=6.21%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552014700.870.050.39303.5677.1434.31
Hex9B14930575271304d22
Octal23324223012754746011542
Binary100110111010010010011010101111011001111001100001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,20,147); }

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

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

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

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

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

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

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