Html Css Color HEX #97297E Dark Purple

📋 copy color: '#97297E'

red 151 ◦ green 41 ◦ blue 126

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

Shades of Dark Purple #97297E

Tints of Dark Purple #97297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.62%

R = 47.48%
G = 12.89%
B = 39.62%

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

#97297E (or 0x97297E) is known color: Dark Purple. HEX triplet: 97, 29 and 7E. RGB value is (151,41,126). Sum of RGB (Red+Green+Blue) = 151+41+126=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #97297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97297E is #68D681. Grayscale: #535353. Windows color (decimal): -6870658 or 8268183. OLE color: 8268183.

HSL color Cylindrical-coordinate representation of color #97297E: hue angle of 313.64º 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 #97297E is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 41 126 -
CMYK 0 0.73 0.17 0.41
HSL 313.64º 0.57% 0.38% -
HSV(B) 313.64º 0.73% 0.59% -
XYZ 17.32 9.67 20.69 -
YUV 83.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 151 41 126 0 0.73 0.17 0.41 313.64 0.57 0.38
Hex 97 29 7E 0 49 11 29 13A 39 26
Octal 227 51 176 0 111 21 51 472 71 46
Binary 10010111 101001 1111110 0 1001001 10001 101001 100111010 111001 100110

Color Harmonies of #97297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97297E

Black with #97297E

Text Example


Text Example

White with #97297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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