#9B0790

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

Shades of Dark Magenta #9B0790

Tints of Dark Magenta #9B0790

Color information

#9B0790 (or 0x9B0790) is unknown color: approx Dark Magenta. HEX triplet: 9B, 07 and 90. RGB value is (155,7,144). Sum of RGB (Red+Green+Blue) = 155+7+144=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0790 is #64F86F. Grayscale: #424242. Windows color (decimal): -6617200 or 9439131. OLE color: 9439131.

HSL color Cylindrical-coordinate representation of color #9B0790: hue angle of 304.46º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0790 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB1557144-
CMYK00.950.070.39
HSL304.46º91.36%31.76%-
HSV(B)304.46º95.48%60.78%-
XYZ18.639.1327.17-
YUV66.87171.53190.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.65%
GREEN value IS 7 (3.12% from 255) = 2.29%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=50.65%
G=2.29%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155714400.950.070.39304.4691.3631.76
Hex9B79005F7271305b20
Octal2337220013774746013340
Binary1001101111110010000010111111111001111001100001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,7,144); }

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

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

 a { background-color: rgb(155,7,144); }

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

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

 span { border-color: rgb(155,7,144); }

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