Html Css Color HEX #98028C Dark Magenta

📋 copy color: '#98028C'

red 152 ◦ green 2 ◦ blue 140

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

Shades of Dark Magenta #98028C

Tints of Dark Magenta #98028C

RGB

 RED value IS 152 (59.77% from 255) = 51.7%

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 51.7%
G = 0.68%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98028C (or 0x98028C) is known color: Dark Magenta. HEX triplet: 98, 02 and 8C. RGB value is (152,2,140). Sum of RGB (Red+Green+Blue) = 152+2+140=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98028C is #67FD73. Grayscale: #3E3E3E. Windows color (decimal): -6815092 or 9175704. OLE color: 9175704.

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

Color convert

RGB 152 2 140 -
CMYK 0 0.99 0.08 0.40
HSL 304.8º 0.97% 0.3% -
HSV(B) 304.8º 0.99% 0.6% -
XYZ 17.7 8.61 25.54 -
YUV 62.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 152 2 140 0 0.99 0.08 0.40 304.8 0.97 0.3
Hex 98 2 8C 0 63 8 28 131 61 1E
Octal 230 2 214 0 143 10 50 461 141 36
Binary 10011000 10 10001100 0 1100011 1000 101000 100110001 1100001 11110

Color Harmonies of #98028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98028C

Black with #98028C

Text Example


Text Example

White with #98028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98028C;
 }
 .AnyTagClassName
 {
   color: #98028C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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