#990098

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

Shades of Dark Magenta #990098

Tints of Dark Magenta #990098

Color information

#990098 (or 0x990098) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and 98. RGB value is (153,0,152). Sum of RGB (Red+Green+Blue) = 153+0+152=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #990098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990098 is #66FF67. Grayscale: #3E3E3E. Windows color (decimal): -6750056 or 9961625. OLE color: 9961625.

HSL color Cylindrical-coordinate representation of color #990098: hue angle of 300.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990098 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB1530152-
CMYK010.010.4
HSL300.39º100%30%-
HSV(B)300.39º100%60%-
XYZ18.89.0430.46-
YUV63.08178.19192.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=50.16%
G=0%
B=49.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530152010.010.4300.3910030
Hex9909806412812c641e
Octal2310230014415045414436
Binary10011001010011000011001001101000100101100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990098; }

 p { color: rgb(153,0,152); }

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

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

 a { background-color: rgb(153,0,152); }

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

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

 span { border-color: rgb(153,0,152); }

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