#99098D

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

Shades of Dark Magenta #99098D

Tints of Dark Magenta #99098D

Color information

#99098D (or 0x99098D) is unknown color: approx Dark Magenta. HEX triplet: 99, 09 and 8D. RGB value is (153,9,141). Sum of RGB (Red+Green+Blue) = 153+9+141=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #99098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99098D is #66F672. Grayscale: #424242. Windows color (decimal): -6747763 or 9243033. OLE color: 9243033.

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

Color convert

RGB1539141-
CMYK00.940.080.4
HSL305º88.89%31.76%-
HSV(B)305º94.12%60%-
XYZ18.048.8925.96-
YUV67.1169.71189.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 9 (3.91% from 255) = 2.97%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=50.50%
G=2.97%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153914100.940.080.430588.8931.76
Hex9998D05E8281315920
Octal231112150136105046113140
Binary100110011001100011010101111010001010001001100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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