#9B0897

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

Shades of Dark Magenta #9B0897

Tints of Dark Magenta #9B0897

Color information

#9B0897 (or 0x9B0897) is unknown color: approx Dark Magenta. HEX triplet: 9B, 08 and 97. RGB value is (155,8,151). Sum of RGB (Red+Green+Blue) = 155+8+151=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0897 is #64F768. Grayscale: #434343. Windows color (decimal): -6616937 or 9898139. OLE color: 9898139.

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

Color convert

RGB1558151-
CMYK00.950.030.39
HSL301.63º90.18%31.96%-
HSV(B)301.63º94.84%60.78%-
XYZ19.199.3830.08-
YUV68.26174.7189.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.36%
GREEN value IS 8 (3.52% from 255) = 2.55%
BLUE value IS 151 (59.38% from 255) = 48.09%
R=49.36%
G=2.55%
B=48.09%

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
Decimal155815100.950.030.39301.6390.1831.96
Hex9B89705F32712e5a20
Octal23310227013734745613240
Binary1001101110001001011101011111111001111001011101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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