#9B037E

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

Shades of Dark Magenta #9B037E

Tints of Dark Magenta #9B037E

Color information

#9B037E (or 0x9B037E) is unknown color: approx Dark Magenta. HEX triplet: 9B, 03 and 7E. RGB value is (155,3,126). Sum of RGB (Red+Green+Blue) = 155+3+126=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B037E is #64FC81. Grayscale: #3E3E3E. Windows color (decimal): -6618242 or 8258459. OLE color: 8258459.

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

Color convert

RGB1553126-
CMYK00.980.190.39
HSL311.45º96.2%30.98%-
HSV(B)311.45º98.06%60.78%-
XYZ17.328.5420.47-
YUV62.47163.86194-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.58%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=54.58%
G=1.06%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155312600.980.190.39311.4596.230.98
Hex9B37E0621327137601f
Octal23331760142234746714037
Binary100110111111111100110001010011100111100110111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B037E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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