#98028D

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

Shades of Dark Magenta #98028D

Tints of Dark Magenta #98028D

Color information

#98028D (or 0x98028D) is unknown color: approx Dark Magenta. HEX triplet: 98, 02 and 8D. RGB value is (152,2,141). Sum of RGB (Red+Green+Blue) = 152+2+141=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98028D is #67FD72. Grayscale: #3E3E3E. Windows color (decimal): -6815091 or 9241240. OLE color: 9241240.

HSL color Cylindrical-coordinate representation of color #98028D: hue angle of 304.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98028D is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB1522141-
CMYK00.990.070.40
HSL304.4º97.4%30.2%-
HSV(B)304.4º98.68%59.61%-
XYZ17.788.6425.93-
YUV62.7172.2191.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=51.53%
G=0.68%
B=47.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152214100.990.070.40304.497.430.2
Hex9828D063728130611e
Octal2302215014375046014136
Binary10011000101000110101100011111101000100110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,2,141); }

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

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

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

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

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

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

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