#9B0393

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

Shades of Dark Magenta #9B0393

Tints of Dark Magenta #9B0393

Color information

#9B0393 (or 0x9B0393) is unknown color: approx Dark Magenta. HEX triplet: 9B, 03 and 93. RGB value is (155,3,147). Sum of RGB (Red+Green+Blue) = 155+3+147=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0393 is #64FC6C. Grayscale: #404040. Windows color (decimal): -6618221 or 9634715. OLE color: 9634715.

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

Color convert

RGB1553147-
CMYK00.980.050.39
HSL303.16º96.2%30.98%-
HSV(B)303.16º98.06%60.78%-
XYZ18.829.1428.38-
YUV64.86174.36192.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=50.82%
G=0.98%
B=48.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155314700.980.050.39303.1696.230.98
Hex9B39306252712f601f
Octal2333223014254745714037
Binary10011011111001001101100010101100111100101111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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