Html Css Color HEX #98028E Dark Magenta

📋 copy color: '#98028E'

red 152 ◦ green 2 ◦ blue 142

#98028E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #98028E

Tints of Dark Magenta #98028E

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 value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98028E (or 0x98028E) is known color: 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

RGB 152 2 142 -
CMYK 0 0.99 0.07 0.40
HSL 304º 0.97% 0.3% -
HSV(B) 304º 0.99% 0.6% -
XYZ 17.85 8.67 26.32 -
YUV 62.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 152 2 142 0 0.99 0.07 0.40 304 0.97 0.3
Hex 98 2 8E 0 63 7 28 130 61 1E
Octal 230 2 216 0 143 7 50 460 141 36
Binary 10011000 10 10001110 0 1100011 111 101000 100110000 1100001 11110

Color Harmonies of #98028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98028E

Black with #98028E

Text Example


Text Example

White with #98028E

Text Example


Text Example

HTML Codes & Css Web 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>