Html Css Color HEX #97197D Dark Purple

📋 copy color: '#97197D'

red 151 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #97197D

Tints of Dark Purple #97197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 50.17%
G = 8.31%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97197D (or 0x97197D) is known color: Dark Purple. HEX triplet: 97, 19 and 7D. RGB value is (151,25,125). Sum of RGB (Red+Green+Blue) = 151+25+125=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #97197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97197D is #68E682. Grayscale: #494949. Windows color (decimal): -6874755 or 8198551. OLE color: 8198551.

HSL color Cylindrical-coordinate representation of color #97197D: hue angle of 312.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97197D is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 125 -
CMYK 0 0.83 0.17 0.41
HSL 312.38º 0.72% 0.35% -
HSV(B) 312.38º 0.83% 0.59% -
XYZ 16.81 8.76 20.21 -
YUV 74.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 151 25 125 0 0.83 0.17 0.41 312.38 0.72 0.35
Hex 97 19 7D 0 53 11 29 138 48 23
Octal 227 31 175 0 123 21 51 470 110 43
Binary 10010111 11001 1111101 0 1010011 10001 101001 100111000 1001000 100011

Color Harmonies of #97197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97197D

Black with #97197D

Text Example


Text Example

White with #97197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,25,125); }

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

background-color css

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

 a { background-color: rgb(151,25,125); }

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

border-color css

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

 span { border-color: rgb(151,25,125); }

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