Html Css Color HEX #97297D Dark Purple

📋 copy color: '#97297D'

red 151 ◦ green 41 ◦ blue 125

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

Shades of Dark Purple #97297D

Tints of Dark Purple #97297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 47.63%
G = 12.93%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97297D (or 0x97297D) is known color: Dark Purple. HEX triplet: 97, 29 and 7D. RGB value is (151,41,125). Sum of RGB (Red+Green+Blue) = 151+41+125=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #97297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97297D is #68D682. Grayscale: #535353. Windows color (decimal): -6870659 or 8202647. OLE color: 8202647.

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

Color convert

RGB 151 41 125 -
CMYK 0 0.73 0.17 0.41
HSL 314.18º 0.57% 0.38% -
HSV(B) 314.18º 0.73% 0.59% -
XYZ 17.26 9.65 20.35 -
YUV 83.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 151 41 125 0 0.73 0.17 0.41 314.18 0.57 0.38
Hex 97 29 7D 0 49 11 29 13A 39 26
Octal 227 51 175 0 111 21 51 472 71 46
Binary 10010111 101001 1111101 0 1001001 10001 101001 100111010 111001 100110

Color Harmonies of #97297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97297D

Black with #97297D

Text Example


Text Example

White with #97297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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