#99098F

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

Shades of Dark Magenta #99098F

Tints of Dark Magenta #99098F

Color information

#99098F (or 0x99098F) is unknown color: approx Dark Magenta. HEX triplet: 99, 09 and 8F. RGB value is (153,9,143). Sum of RGB (Red+Green+Blue) = 153+9+143=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #99098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99098F is #66F670. Grayscale: #424242. Windows color (decimal): -6747761 or 9374105. OLE color: 9374105.

HSL color Cylindrical-coordinate representation of color #99098F: hue angle of 304.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99098F is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB1539143-
CMYK00.940.070.4
HSL304.17º88.89%31.76%-
HSV(B)304.17º94.12%60%-
XYZ18.198.9526.76-
YUV67.33170.71189.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 9 (3.91% from 255) = 2.95%
BLUE value IS 143 (56.25% from 255) = 46.89%
R=50.16%
G=2.95%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153914300.940.070.4304.1788.8931.76
Hex9998F05E7281305920
Octal23111217013675046013140
Binary10011001100110001111010111101111010001001100001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99098F; }

 p { color: rgb(153,9,143); }

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

<style>
 a { background-color: #99098F; }

 a { background-color: rgb(153,9,143); }

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

<style>
 span { border-color: #99098F; }

 span { border-color: rgb(153,9,143); }

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