#980098

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

Shades of Dark Magenta #980098

Tints of Dark Magenta #980098

Color information

#980098 (or 0x980098) is unknown color: approx Dark Magenta. HEX triplet: 98, 00 and 98. RGB value is (152,0,152). Sum of RGB (Red+Green+Blue) = 152+0+152=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #980098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980098 is #67FF67. Grayscale: #3E3E3E. Windows color (decimal): -6815592 or 9961624. OLE color: 9961624.

HSL color Cylindrical-coordinate representation of color #980098: hue angle of 300º 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 #980098 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1520152-
CMYK0100.40
HSL300º100%29.8%-
HSV(B)300º100%59.61%-
XYZ18.628.9430.45-
YUV62.78178.36191.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15201520100.4030010029.8
Hex9809806402812c641e
Octal2300230014405045414436
Binary10011000010011000011001000101000100101100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980098; }

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

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

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

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

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

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

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

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