#98099B

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

Shades of Dark Magenta #98099B

Tints of Dark Magenta #98099B

Color information

#98099B (or 0x98099B) is unknown color: approx Dark Magenta. HEX triplet: 98, 09 and 9B. RGB value is (152,9,155). Sum of RGB (Red+Green+Blue) = 152+9+155=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #98099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98099B is #67F664. Grayscale: #434343. Windows color (decimal): -6813285 or 10160536. OLE color: 10160536.

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

Color convert

RGB1529155-
CMYK0.020.9400.39
HSL298.77º89.02%32.16%-
HSV(B)298.77º94.19%60.78%-
XYZ18.969.2431.79-
YUV68.4176.88187.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 9 (3.91% from 255) = 2.85%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=48.10%
G=2.85%
B=49.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15291550.020.9400.39298.7789.0232.16
Hex9899B25E02712b5920
Octal23011233213604745313140
Binary1001100010011001101110101111001001111001010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98099B; }

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

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

<style>
 a { background-color: #98099B; }

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

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

<style>
 span { border-color: #98099B; }

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

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