#9B0797

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

Shades of Dark Magenta #9B0797

Tints of Dark Magenta #9B0797

Color information

#9B0797 (or 0x9B0797) is unknown color: approx Dark Magenta. HEX triplet: 9B, 07 and 97. RGB value is (155,7,151). Sum of RGB (Red+Green+Blue) = 155+7+151=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0797 is #64F868. Grayscale: #434343. Windows color (decimal): -6617193 or 9897883. OLE color: 9897883.

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

Color convert

RGB1557151-
CMYK00.950.030.39
HSL301.62º91.36%31.76%-
HSV(B)301.62º95.48%60.78%-
XYZ19.189.3530.07-
YUV67.67175.03190.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 7 (3.12% from 255) = 2.24%
BLUE value IS 151 (59.38% from 255) = 48.24%
R=49.52%
G=2.24%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155715100.950.030.39301.6291.3631.76
Hex9B79705F32712e5b20
Octal2337227013734745613340
Binary100110111111001011101011111111001111001011101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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