Html Css Color HEX #97018E Dark Magenta

📋 copy color: '#97018E'

red 151 ◦ green 1 ◦ blue 142

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

Shades of Dark Magenta #97018E

Tints of Dark Magenta #97018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 51.36%
G = 0.34%
B = 48.3%

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

#97018E (or 0x97018E) is known color: Dark Magenta. HEX triplet: 97, 01 and 8E. RGB value is (151,1,142). Sum of RGB (Red+Green+Blue) = 151+1+142=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97018E is #68FE71. Grayscale: #3D3D3D. Windows color (decimal): -6880882 or 9306519. OLE color: 9306519.

HSL color Cylindrical-coordinate representation of color #97018E: hue angle of 303.6º degrees, saturation: 0.99, 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 #97018E is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 142 -
CMYK 0 0.99 0.06 0.41
HSL 303.6º 0.99% 0.3% -
HSV(B) 303.6º 0.99% 0.59% -
XYZ 17.66 8.55 26.31 -
YUV 61.92 173.2 191.54 -
System Red Green Blue C M Y K H S L
Decimal 151 1 142 0 0.99 0.06 0.41 303.6 0.99 0.3
Hex 97 1 8E 0 63 6 29 130 63 1E
Octal 227 1 216 0 143 6 51 460 143 36
Binary 10010111 1 10001110 0 1100011 110 101001 100110000 1100011 11110

Color Harmonies of #97018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97018E

Black with #97018E

Text Example


Text Example

White with #97018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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