#9B0293

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

Shades of Dark Magenta #9B0293

Tints of Dark Magenta #9B0293

Color information

#9B0293 (or 0x9B0293) is unknown color: approx Dark Magenta. HEX triplet: 9B, 02 and 93. RGB value is (155,2,147). Sum of RGB (Red+Green+Blue) = 155+2+147=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0293 is #64FD6C. Grayscale: #3F3F3F. Windows color (decimal): -6618477 or 9634459. OLE color: 9634459.

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

Color convert

RGB1552147-
CMYK00.990.050.39
HSL303.14º97.45%30.78%-
HSV(B)303.14º98.71%60.78%-
XYZ18.819.1228.37-
YUV64.28174.69192.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=50.99%
G=0.66%
B=48.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155214700.990.050.39303.1497.4530.78
Hex9B29306352712f611f
Octal2332223014354745714137
Binary10011011101001001101100011101100111100101111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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