#9B098C

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

Shades of Dark Magenta #9B098C

Tints of Dark Magenta #9B098C

Color information

#9B098C (or 0x9B098C) is unknown color: approx Dark Magenta. HEX triplet: 9B, 09 and 8C. RGB value is (155,9,140). Sum of RGB (Red+Green+Blue) = 155+9+140=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B098C is #64F673. Grayscale: #434343. Windows color (decimal): -6616692 or 9177499. OLE color: 9177499.

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

Color convert

RGB1559140-
CMYK00.940.100.39
HSL306.16º89.02%32.16%-
HSV(B)306.16º94.19%60.78%-
XYZ18.359.0625.59-
YUV67.59168.87190.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 9 (3.91% from 255) = 2.96%
BLUE value IS 140 (55.08% from 255) = 46.05%
R=50.99%
G=2.96%
B=46.05%

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
Decimal155914000.940.100.39306.1689.0232.16
Hex9B98C05EA271325920
Octal233112140136124746213140
Binary100110111001100011000101111010101001111001100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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