Html Css Color HEX #97099D Dark Magenta

📋 copy color: '#97099D'

red 151 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #97099D

Tints of Dark Magenta #97099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.84%

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 47.63%
G = 2.84%
B = 49.53%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#97099D (or 0x97099D) is known color: Dark Magenta. HEX triplet: 97, 09 and 9D. RGB value is (151,9,157). Sum of RGB (Red+Green+Blue) = 151+9+157=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #97099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97099D is #68F662. Grayscale: #434343. Windows color (decimal): -6878819 or 10291607. OLE color: 10291607.

HSL color Cylindrical-coordinate representation of color #97099D: hue angle of 297.57º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97099D is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 9 157 -
CMYK 0.04 0.94 0 0.38
HSL 297.57º 0.89% 0.33% -
HSV(B) 297.57º 0.94% 0.62% -
XYZ 18.95 9.21 32.68 -
YUV 68.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 151 9 157 0.04 0.94 0 0.38 297.57 0.89 0.33
Hex 97 9 9D 4 5E 0 26 12A 59 21
Octal 227 11 235 4 136 0 46 452 131 41
Binary 10010111 1001 10011101 100 1011110 0 100110 100101010 1011001 100001

Color Harmonies of #97099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97099D

Black with #97099D

Text Example


Text Example

White with #97099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,9,157); }

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

background-color css

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

 a { background-color: rgb(151,9,157); }

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

border-color css

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

 span { border-color: rgb(151,9,157); }

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