Html Css Color HEX #97108A Dark Magenta

📋 copy color: '#97108A'

red 151 ◦ green 16 ◦ blue 138

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

Shades of Dark Magenta #97108A

Tints of Dark Magenta #97108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.25%

R = 49.51%
G = 5.25%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97108A (or 0x97108A) is known color: Dark Magenta. HEX triplet: 97, 10 and 8A. RGB value is (151,16,138). Sum of RGB (Red+Green+Blue) = 151+16+138=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #97108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97108A is #68EF75. Grayscale: #454545. Windows color (decimal): -6877046 or 9048215. OLE color: 9048215.

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

Color convert

RGB 151 16 138 -
CMYK 0 0.89 0.09 0.41
HSL 305.78º 0.81% 0.33% -
HSV(B) 305.78º 0.89% 0.59% -
XYZ 17.54 8.78 24.82 -
YUV 70.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 151 16 138 0 0.89 0.09 0.41 305.78 0.81 0.33
Hex 97 10 8A 0 59 9 29 132 51 21
Octal 227 20 212 0 131 11 51 462 121 41
Binary 10010111 10000 10001010 0 1011001 1001 101001 100110010 1010001 100001

Color Harmonies of #97108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97108A

Black with #97108A

Text Example


Text Example

White with #97108A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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