#9B097F

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

Shades of Dark Magenta #9B097F

Tints of Dark Magenta #9B097F

Color information

#9B097F (or 0x9B097F) is unknown color: approx Dark Magenta. HEX triplet: 9B, 09 and 7F. RGB value is (155,9,127). Sum of RGB (Red+Green+Blue) = 155+9+127=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B097F is #64F680. Grayscale: #414141. Windows color (decimal): -6616705 or 8325531. OLE color: 8325531.

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

Color convert

RGB1559127-
CMYK00.940.180.39
HSL311.51º89.02%32.16%-
HSV(B)311.51º94.19%60.78%-
XYZ17.458.720.84-
YUV66.11162.37191.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.26%
GREEN value IS 9 (3.91% from 255) = 3.09%
BLUE value IS 127 (50% from 255) = 43.64%
R=53.26%
G=3.09%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155912700.940.180.39311.5189.0232.16
Hex9B97F05E12271385920
Octal233111770136224747013140
Binary100110111001111111101011110100101001111001110001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,9,127); }

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

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

 a { background-color: rgb(155,9,127); }

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

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

 span { border-color: rgb(155,9,127); }

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