Html Css Color HEX #97108C Dark Magenta

📋 copy color: '#97108C'

red 151 ◦ green 16 ◦ blue 140

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

Shades of Dark Magenta #97108C

Tints of Dark Magenta #97108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 49.19%
G = 5.21%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97108C (or 0x97108C) is known color: Dark Magenta. HEX triplet: 97, 10 and 8C. RGB value is (151,16,140). Sum of RGB (Red+Green+Blue) = 151+16+140=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #97108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97108C is #68EF73. Grayscale: #464646. Windows color (decimal): -6877044 or 9179287. OLE color: 9179287.

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

Color convert

RGB 151 16 140 -
CMYK 0 0.89 0.07 0.41
HSL 304.89º 0.81% 0.33% -
HSV(B) 304.89º 0.89% 0.59% -
XYZ 17.68 8.84 25.59 -
YUV 70.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 151 16 140 0 0.89 0.07 0.41 304.89 0.81 0.33
Hex 97 10 8C 0 59 7 29 131 51 21
Octal 227 20 214 0 131 7 51 461 121 41
Binary 10010111 10000 10001100 0 1011001 111 101001 100110001 1010001 100001

Color Harmonies of #97108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97108C

Black with #97108C

Text Example


Text Example

White with #97108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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