Html Css Color HEX #97216D Dark Purple

📋 copy color: '#97216D'

red 151 ◦ green 33 ◦ blue 109

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

Shades of Dark Purple #97216D

Tints of Dark Purple #97216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

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

R = 51.54%
G = 11.26%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97216D (or 0x97216D) is known color: Dark Purple. HEX triplet: 97, 21 and 6D. RGB value is (151,33,109). Sum of RGB (Red+Green+Blue) = 151+33+109=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #97216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97216D is #68DE92. Grayscale: #4C4C4C. Windows color (decimal): -6872723 or 7152023. OLE color: 7152023.

HSL color Cylindrical-coordinate representation of color #97216D: hue angle of 321.36º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97216D is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 33 109 -
CMYK 0 0.78 0.28 0.41
HSL 321.36º 0.64% 0.36% -
HSV(B) 321.36º 0.78% 0.59% -
XYZ 16.07 8.77 15.31 -
YUV 76.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 151 33 109 0 0.78 0.28 0.41 321.36 0.64 0.36
Hex 97 21 6D 0 4E 1C 29 141 40 24
Octal 227 41 155 0 116 34 51 501 100 44
Binary 10010111 100001 1101101 0 1001110 11100 101001 101000001 1000000 100100

Color Harmonies of #97216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97216D

Black with #97216D

Text Example


Text Example

White with #97216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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