Html Css Color HEX #97038E Dark Magenta

📋 copy color: '#97038E'

red 151 ◦ green 3 ◦ blue 142

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

Shades of Dark Magenta #97038E

Tints of Dark Magenta #97038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 51.01%
G = 1.01%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#97038E (or 0x97038E) is known color: Dark Magenta. HEX triplet: 97, 03 and 8E. RGB value is (151,3,142). Sum of RGB (Red+Green+Blue) = 151+3+142=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #97038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97038E is #68FC71. Grayscale: #3E3E3E. Windows color (decimal): -6880370 or 9307031. OLE color: 9307031.

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

Color convert

RGB 151 3 142 -
CMYK 0 0.98 0.06 0.41
HSL 303.65º 0.96% 0.3% -
HSV(B) 303.65º 0.98% 0.59% -
XYZ 17.68 8.6 26.32 -
YUV 63.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 151 3 142 0 0.98 0.06 0.41 303.65 0.96 0.3
Hex 97 3 8E 0 62 6 29 130 60 1E
Octal 227 3 216 0 142 6 51 460 140 36
Binary 10010111 11 10001110 0 1100010 110 101001 100110000 1100000 11110

Color Harmonies of #97038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97038E

Black with #97038E

Text Example


Text Example

White with #97038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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