#97217D

Color #97217D Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #97217D

Tints of Dark Purple #97217D

Color information

#97217D (or 0x97217D) is unknown color: approx Dark Purple. HEX triplet: 97, 21 and 7D. RGB value is (151,33,125). Sum of RGB (Red+Green+Blue) = 151+33+125=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #97217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97217D is #68DE82. Grayscale: #4E4E4E. Windows color (decimal): -6872707 or 8200599. OLE color: 8200599.

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

Color convert

RGB15133125-
CMYK00.780.170.41
HSL313.22º64.13%36.08%-
HSV(B)313.22º78.15%59.22%-
XYZ17.019.1520.27-
YUV78.77154.09179.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.87%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=48.87%
G=10.68%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513312500.780.170.41313.2264.1336.08
Hex97217D04E11291394024
Octal227411750116215147110044
Binary10010111100001111110101001110100011010011001110011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97217D;
 }
 .AnyTagClassName
 {
   color: #97217D;
 }
</style>
background-color css

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

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

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

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

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

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