Html Css Color HEX #97108E Dark Magenta

📋 copy color: '#97108E'

red 151 ◦ green 16 ◦ blue 142

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

Shades of Dark Magenta #97108E

Tints of Dark Magenta #97108E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 48.87%
G = 5.18%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#97108E (or 0x97108E) is known color: Dark Magenta. HEX triplet: 97, 10 and 8E. RGB value is (151,16,142). Sum of RGB (Red+Green+Blue) = 151+16+142=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #97108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97108E is #68EF71. Grayscale: #464646. Windows color (decimal): -6877042 or 9310359. OLE color: 9310359.

HSL color Cylindrical-coordinate representation of color #97108E: hue angle of 304º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97108E is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 142 -
CMYK 0 0.89 0.06 0.41
HSL 304º 0.81% 0.33% -
HSV(B) 304º 0.89% 0.59% -
XYZ 17.83 8.9 26.37 -
YUV 70.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 151 16 142 0 0.89 0.06 0.41 304 0.81 0.33
Hex 97 10 8E 0 59 6 29 130 51 21
Octal 227 20 216 0 131 6 51 460 121 41
Binary 10010111 10000 10001110 0 1011001 110 101001 100110000 1010001 100001

Color Harmonies of #97108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97108E

Black with #97108E

Text Example


Text Example

White with #97108E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97108E; }

 p { color: rgb(151,16,142); }

 H1.HeaderClassName
 {
   color: #97108E;
 }
 .AnyTagClassName
 {
   color: #97108E;
 }
</style>

background-color css

<style>
 a { background-color: #97108E; }

 a { background-color: rgb(151,16,142); }

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

border-color css

<style>
 span { border-color: #97108E; }

 span { border-color: rgb(151,16,142); }

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