#99098E

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

Shades of Dark Magenta #99098E

Tints of Dark Magenta #99098E

Color information

#99098E (or 0x99098E) is unknown color: approx Dark Magenta. HEX triplet: 99, 09 and 8E. RGB value is (153,9,142). Sum of RGB (Red+Green+Blue) = 153+9+142=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #99098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99098E is #66F671. Grayscale: #424242. Windows color (decimal): -6747762 or 9308569. OLE color: 9308569.

HSL color Cylindrical-coordinate representation of color #99098E: hue angle of 304.58º 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 #99098E is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB1539142-
CMYK00.940.070.4
HSL304.58º88.89%31.76%-
HSV(B)304.58º94.12%60%-
XYZ18.128.9226.36-
YUV67.22170.21189.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 9 (3.91% from 255) = 2.96%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=50.33%
G=2.96%
B=46.71%

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
Decimal153914200.940.070.4304.5888.8931.76
Hex9998E05E7281315920
Octal23111216013675046113140
Binary10011001100110001110010111101111010001001100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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