Html Css Color HEX #97028E Dark Magenta

📋 copy color: '#97028E'

red 151 ◦ green 2 ◦ blue 142

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

Shades of Dark Magenta #97028E

Tints of Dark Magenta #97028E

RGB

 RED value IS 151 (59.38% from 255) = 51.19%

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

 BLUE value IS 142 (55.86% from 255) = 48.14%

R = 51.19%
G = 0.68%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#97028E (or 0x97028E) is known color: Dark Magenta. HEX triplet: 97, 02 and 8E. RGB value is (151,2,142). Sum of RGB (Red+Green+Blue) = 151+2+142=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #97028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97028E is #68FD71. Grayscale: #3E3E3E. Windows color (decimal): -6880626 or 9306775. OLE color: 9306775.

HSL color Cylindrical-coordinate representation of color #97028E: hue angle of 303.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97028E is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 2 142 -
CMYK 0 0.99 0.06 0.41
HSL 303.62º 0.97% 0.3% -
HSV(B) 303.62º 0.99% 0.59% -
XYZ 17.67 8.58 26.32 -
YUV 62.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 151 2 142 0 0.99 0.06 0.41 303.62 0.97 0.3
Hex 97 2 8E 0 63 6 29 130 61 1E
Octal 227 2 216 0 143 6 51 460 141 36
Binary 10010111 10 10001110 0 1100011 110 101001 100110000 1100001 11110

Color Harmonies of #97028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97028E

Black with #97028E

Text Example


Text Example

White with #97028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97028E;
 }
 .AnyTagClassName
 {
   color: #97028E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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