Html Css Color HEX #97038D Dark Magenta

📋 copy color: '#97038D'

red 151 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #97038D

Tints of Dark Magenta #97038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 51.19%
G = 1.02%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97038D (or 0x97038D) is known color: Dark Magenta. HEX triplet: 97, 03 and 8D. RGB value is (151,3,141). Sum of RGB (Red+Green+Blue) = 151+3+141=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #97038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97038D is #68FC72. Grayscale: #3E3E3E. Windows color (decimal): -6880371 or 9241495. OLE color: 9241495.

HSL color Cylindrical-coordinate representation of color #97038D: hue angle of 304.05º 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 #97038D is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 141 -
CMYK 0 0.98 0.07 0.41
HSL 304.05º 0.96% 0.3% -
HSV(B) 304.05º 0.98% 0.59% -
XYZ 17.6 8.57 25.93 -
YUV 62.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 151 3 141 0 0.98 0.07 0.41 304.05 0.96 0.3
Hex 97 3 8D 0 62 7 29 130 60 1E
Octal 227 3 215 0 142 7 51 460 140 36
Binary 10010111 11 10001101 0 1100010 111 101001 100110000 1100000 11110

Color Harmonies of #97038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97038D

Black with #97038D

Text Example


Text Example

White with #97038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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