#9B1A93

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

Shades of Dark Magenta #9B1A93

Tints of Dark Magenta #9B1A93

Color information

#9B1A93 (or 0x9B1A93) is unknown color: approx Dark Magenta. HEX triplet: 9B, 1A and 93. RGB value is (155,26,147). Sum of RGB (Red+Green+Blue) = 155+26+147=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1A93 is #64E56C. Grayscale: #4E4E4E. Windows color (decimal): -6612333 or 9640603. OLE color: 9640603.

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

Color convert

RGB15526147-
CMYK00.830.050.39
HSL303.72º71.27%35.49%-
HSV(B)303.72º83.23%60.78%-
XYZ19.159.8128.49-
YUV78.36166.74182.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 26 (10.55% from 255) = 7.93%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=47.26%
G=7.93%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552614700.830.050.39303.7271.2735.49
Hex9B1A930535271304723
Octal23332223012354746010743
Binary100110111101010010011010100111011001111001100001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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