#91216C

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

Shades of Dark Purple #91216C

Tints of Dark Purple #91216C

Color information

#91216C (or 0x91216C) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 6C. RGB value is (145,33,108). Sum of RGB (Red+Green+Blue) = 145+33+108=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #91216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91216C is #6EDE93. Grayscale: #4A4A4A. Windows color (decimal): -7265940 or 7086481. OLE color: 7086481.

HSL color Cylindrical-coordinate representation of color #91216C: hue angle of 319.82º 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 #91216C is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14533108-
CMYK00.770.260.43
HSL319.82º62.92%34.9%-
HSV(B)319.82º77.24%56.86%-
XYZ14.938.1914.98-
YUV75.04146.61177.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.70%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=50.70%
G=11.54%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453310800.770.260.43319.8262.9234.9
Hex91216C04D1A2B1403f23
Octal22141154011532535007743
Binary1001000110000111011000100110111010101011101000000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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