Html Css Color HEX #97037C Dark Magenta

📋 copy color: '#97037C'

red 151 ◦ green 3 ◦ blue 124

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

Shades of Dark Magenta #97037C

Tints of Dark Magenta #97037C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.6%

R = 54.32%
G = 1.08%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97037C (or 0x97037C) is known color: Dark Magenta. HEX triplet: 97, 03 and 7C. RGB value is (151,3,124). Sum of RGB (Red+Green+Blue) = 151+3+124=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #97037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97037C is #68FC83. Grayscale: #3C3C3C. Windows color (decimal): -6880388 or 8127383. OLE color: 8127383.

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

Color convert

RGB 151 3 124 -
CMYK 0 0.98 0.18 0.41
HSL 310.95º 0.96% 0.3% -
HSV(B) 310.95º 0.98% 0.59% -
XYZ 16.43 8.1 19.77 -
YUV 61.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 151 3 124 0 0.98 0.18 0.41 310.95 0.96 0.3
Hex 97 3 7C 0 62 12 29 137 60 1E
Octal 227 3 174 0 142 22 51 467 140 36
Binary 10010111 11 1111100 0 1100010 10010 101001 100110111 1100000 11110

Color Harmonies of #97037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97037C

Black with #97037C

Text Example


Text Example

White with #97037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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