#98028E

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

Shades of Dark Magenta #98028E

Tints of Dark Magenta #98028E

Color information

#98028E (or 0x98028E) is unknown color: approx Dark Magenta. HEX triplet: 98, 02 and 8E. RGB value is (152,2,142). Sum of RGB (Red+Green+Blue) = 152+2+142=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98028E is #67FD71. Grayscale: #3E3E3E. Windows color (decimal): -6815090 or 9306776. OLE color: 9306776.

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

Color convert

RGB1522142-
CMYK00.990.070.40
HSL304º97.4%30.2%-
HSV(B)304º98.68%59.61%-
XYZ17.858.6726.32-
YUV62.81172.7191.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=51.35%
G=0.68%
B=47.97%

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
Decimal152214200.990.070.4030497.430.2
Hex9828E063728130611e
Octal2302216014375046014136
Binary10011000101000111001100011111101000100110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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