#91216D

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

Shades of Dark Purple #91216D

Tints of Dark Purple #91216D

Color information

#91216D (or 0x91216D) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 6D. RGB value is (145,33,109). Sum of RGB (Red+Green+Blue) = 145+33+109=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #91216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91216D is #6EDE92. Grayscale: #4A4A4A. Windows color (decimal): -7265939 or 7152017. OLE color: 7152017.

HSL color Cylindrical-coordinate representation of color #91216D: hue angle of 319.29º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91216D is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14533109-
CMYK00.770.250.43
HSL319.29º62.92%34.9%-
HSV(B)319.29º77.24%56.86%-
XYZ14.988.2115.26-
YUV75.15147.11177.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.52%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=50.52%
G=11.50%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453310900.770.250.43319.2962.9234.9
Hex91216D04D192B13f3f23
Octal22141155011531534777743
Binary1001000110000111011010100110111001101011100111111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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