#97216A

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

Shades of Dark Purple #97216A

Tints of Dark Purple #97216A

Color information

#97216A (or 0x97216A) is unknown color: approx Dark Purple. HEX triplet: 97, 21 and 6A. RGB value is (151,33,106). Sum of RGB (Red+Green+Blue) = 151+33+106=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #97216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97216A is #68DE95. Grayscale: #4C4C4C. Windows color (decimal): -6872726 or 6955415. OLE color: 6955415.

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

Color convert

RGB15133106-
CMYK00.780.300.41
HSL322.88º64.13%36.08%-
HSV(B)322.88º78.15%59.22%-
XYZ15.918.7114.48-
YUV76.6144.59181.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.07%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=52.07%
G=11.38%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513310600.780.300.41322.8864.1336.08
Hex97216A04E1E291434024
Octal227411520116365150310044
Binary10010111100001110101001001110111101010011010000111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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