#91216F

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

Shades of Dark Purple #91216F

Tints of Dark Purple #91216F

Color information

#91216F (or 0x91216F) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 6F. RGB value is (145,33,111). Sum of RGB (Red+Green+Blue) = 145+33+111=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #91216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91216F is #6EDE90. Grayscale: #4B4B4B. Windows color (decimal): -7265937 or 7283089. OLE color: 7283089.

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

Color convert

RGB14533111-
CMYK00.770.230.43
HSL318.21º62.92%34.9%-
HSV(B)318.21º77.24%56.86%-
XYZ15.098.2615.84-
YUV75.38148.11177.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.17%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=50.17%
G=11.42%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453311100.770.230.43318.2162.9234.9
Hex91216F04D172B13e3f23
Octal22141157011527534767743
Binary1001000110000111011110100110110111101011100111110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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