Html Css Color HEX #97197A Dark Purple

📋 copy color: '#97197A'

red 151 ◦ green 25 ◦ blue 122

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

Shades of Dark Purple #97197A

Tints of Dark Purple #97197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 50.67%
G = 8.39%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97197A (or 0x97197A) is known color: Dark Purple. HEX triplet: 97, 19 and 7A. RGB value is (151,25,122). Sum of RGB (Red+Green+Blue) = 151+25+122=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97197A is #68E685. Grayscale: #494949. Windows color (decimal): -6874758 or 8001943. OLE color: 8001943.

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

Color convert

RGB 151 25 122 -
CMYK 0 0.83 0.19 0.41
HSL 313.81º 0.72% 0.35% -
HSV(B) 313.81º 0.83% 0.59% -
XYZ 16.62 8.68 19.21 -
YUV 73.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 151 25 122 0 0.83 0.19 0.41 313.81 0.72 0.35
Hex 97 19 7A 0 53 13 29 13A 48 23
Octal 227 31 172 0 123 23 51 472 110 43
Binary 10010111 11001 1111010 0 1010011 10011 101001 100111010 1001000 100011

Color Harmonies of #97197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97197A

Black with #97197A

Text Example


Text Example

White with #97197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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