Html Css Color HEX #97017D Dark Magenta

📋 copy color: '#97017D'

red 151 ◦ green 1 ◦ blue 125

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

Shades of Dark Magenta #97017D

Tints of Dark Magenta #97017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 54.51%
G = 0.36%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97017D (or 0x97017D) is known color: Dark Magenta. HEX triplet: 97, 01 and 7D. RGB value is (151,1,125). Sum of RGB (Red+Green+Blue) = 151+1+125=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #97017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97017D is #68FE82. Grayscale: #3B3B3B. Windows color (decimal): -6880899 or 8192407. OLE color: 8192407.

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

Color convert

RGB 151 1 125 -
CMYK 0 0.99 0.17 0.41
HSL 310.4º 0.99% 0.3% -
HSV(B) 310.4º 0.99% 0.59% -
XYZ 16.48 8.08 20.09 -
YUV 59.99 164.7 192.92 -
System Red Green Blue C M Y K H S L
Decimal 151 1 125 0 0.99 0.17 0.41 310.4 0.99 0.3
Hex 97 1 7D 0 63 11 29 136 63 1E
Octal 227 1 175 0 143 21 51 466 143 36
Binary 10010111 1 1111101 0 1100011 10001 101001 100110110 1100011 11110

Color Harmonies of #97017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97017D

Black with #97017D

Text Example


Text Example

White with #97017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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