Html Css Color HEX #97008D Dark Magenta

📋 copy color: '#97008D'

red 151 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #97008D

Tints of Dark Magenta #97008D

RGB

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

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

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

R = 51.71%
G = 0%
B = 48.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97008D (or 0x97008D) is known color: Dark Magenta. HEX triplet: 97, 00 and 8D. RGB value is (151,0,141). Sum of RGB (Red+Green+Blue) = 151+0+141=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97008D is #68FF72. Grayscale: #3C3C3C. Windows color (decimal): -6881139 or 9240727. OLE color: 9240727.

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

Color convert

RGB 151 0 141 -
CMYK 0 1 0.07 0.41
HSL 303.97º 1% 0.3% -
HSV(B) 303.97º 1% 0.59% -
XYZ 17.57 8.5 25.91 -
YUV 61.22 173.03 192.04 -
System Red Green Blue C M Y K H S L
Decimal 151 0 141 0 1 0.07 0.41 303.97 1 0.3
Hex 97 0 8D 0 64 7 29 130 64 1E
Octal 227 0 215 0 144 7 51 460 144 36
Binary 10010111 0 10001101 0 1100100 111 101001 100110000 1100100 11110

Color Harmonies of #97008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97008D

Black with #97008D

Text Example


Text Example

White with #97008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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