Html Css Color HEX #97296D Dark Purple

📋 copy color: '#97296D'

red 151 ◦ green 41 ◦ blue 109

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

Shades of Dark Purple #97296D

Tints of Dark Purple #97296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 50.17%
G = 13.62%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97296D (or 0x97296D) is known color: Dark Purple. HEX triplet: 97, 29 and 6D. RGB value is (151,41,109). Sum of RGB (Red+Green+Blue) = 151+41+109=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #97296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97296D is #68D692. Grayscale: #515151. Windows color (decimal): -6870675 or 7154071. OLE color: 7154071.

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

Color convert

RGB 151 41 109 -
CMYK 0 0.73 0.28 0.41
HSL 322.91º 0.57% 0.38% -
HSV(B) 322.91º 0.73% 0.59% -
XYZ 16.32 9.27 15.4 -
YUV 81.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 151 41 109 0 0.73 0.28 0.41 322.91 0.57 0.38
Hex 97 29 6D 0 49 1C 29 143 39 26
Octal 227 51 155 0 111 34 51 503 71 46
Binary 10010111 101001 1101101 0 1001001 11100 101001 101000011 111001 100110

Color Harmonies of #97296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97296D

Black with #97296D

Text Example


Text Example

White with #97296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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