Html Css Color HEX #97007F Dark Magenta

📋 copy color: '#97007F'

red 151 ◦ green 0 ◦ blue 127

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

Shades of Dark Magenta #97007F

Tints of Dark Magenta #97007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 45.68%

R = 54.32%
G = 0%
B = 45.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#97007F (or 0x97007F) is known color: Dark Magenta. HEX triplet: 97, 00 and 7F. RGB value is (151,0,127). Sum of RGB (Red+Green+Blue) = 151+0+127=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #97007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97007F is #68FF80. Grayscale: #3B3B3B. Windows color (decimal): -6881153 or 8323223. OLE color: 8323223.

HSL color Cylindrical-coordinate representation of color #97007F: hue angle of 309.54º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97007F is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 127 -
CMYK 0 1 0.16 0.41
HSL 309.54º 1% 0.3% -
HSV(B) 309.54º 1% 0.59% -
XYZ 16.59 8.11 20.77 -
YUV 59.63 166.03 193.17 -
System Red Green Blue C M Y K H S L
Decimal 151 0 127 0 1 0.16 0.41 309.54 1 0.3
Hex 97 0 7F 0 64 10 29 136 64 1E
Octal 227 0 177 0 144 20 51 466 144 36
Binary 10010111 0 1111111 0 1100100 10000 101001 100110110 1100100 11110

Color Harmonies of #97007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97007F

Black with #97007F

Text Example


Text Example

White with #97007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97007F; }

 p { color: rgb(151,0,127); }

 H1.HeaderClassName
 {
   color: #97007F;
 }
 .AnyTagClassName
 {
   color: #97007F;
 }
</style>

background-color css

<style>
 a { background-color: #97007F; }

 a { background-color: rgb(151,0,127); }

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

border-color css

<style>
 span { border-color: #97007F; }

 span { border-color: rgb(151,0,127); }

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