#9B098B

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

Shades of Dark Magenta #9B098B

Tints of Dark Magenta #9B098B

Color information

#9B098B (or 0x9B098B) is unknown color: approx Dark Magenta. HEX triplet: 9B, 09 and 8B. RGB value is (155,9,139). Sum of RGB (Red+Green+Blue) = 155+9+139=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B098B is #64F674. Grayscale: #434343. Windows color (decimal): -6616693 or 9111963. OLE color: 9111963.

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

Color convert

RGB1559139-
CMYK00.940.100.39
HSL306.58º89.02%32.16%-
HSV(B)306.58º94.19%60.78%-
XYZ18.289.0325.21-
YUV67.47168.37190.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.16%
GREEN value IS 9 (3.91% from 255) = 2.97%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=51.16%
G=2.97%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155913900.940.100.39306.5889.0232.16
Hex9B98B05EA271335920
Octal233112130136124746313140
Binary100110111001100010110101111010101001111001100111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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