Html Css Color HEX #97216E Dark Purple

📋 copy color: '#97216E'

red 151 ◦ green 33 ◦ blue 110

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

Shades of Dark Purple #97216E

Tints of Dark Purple #97216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.41%

R = 51.36%
G = 11.22%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97216E (or 0x97216E) is known color: Dark Purple. HEX triplet: 97, 21 and 6E. RGB value is (151,33,110). Sum of RGB (Red+Green+Blue) = 151+33+110=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97216E is #68DE91. Grayscale: #4C4C4C. Windows color (decimal): -6872722 or 7217559. OLE color: 7217559.

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

Color convert

RGB 151 33 110 -
CMYK 0 0.78 0.27 0.41
HSL 320.85º 0.64% 0.36% -
HSV(B) 320.85º 0.78% 0.59% -
XYZ 16.12 8.79 15.6 -
YUV 77.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 151 33 110 0 0.78 0.27 0.41 320.85 0.64 0.36
Hex 97 21 6E 0 4E 1B 29 141 40 24
Octal 227 41 156 0 116 33 51 501 100 44
Binary 10010111 100001 1101110 0 1001110 11011 101001 101000001 1000000 100100

Color Harmonies of #97216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97216E

Black with #97216E

Text Example


Text Example

White with #97216E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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