#91217c

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

Shades of Dark Purple #91217C

Tints of Dark Purple #91217C

Color information

#91217C (or 0x91217C) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 7C. RGB value is (145,33,124). Sum of RGB (Red+Green+Blue) = 145+33+124=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91217C is #6EDE83. Grayscale: #4C4C4C. Windows color (decimal): -7265924 or 8135057. OLE color: 8135057.

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

Color convert

RGB14533124-
CMYK00.770.140.43
HSL311.25º62.92%34.9%-
HSV(B)311.25º77.24%56.86%-
XYZ15.868.5619.89-
YUV76.86154.61176.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.01%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=48.01%
G=10.93%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453312400.770.140.43311.2562.9234.9
Hex91217C04DE2B1373f23
Octal22141174011516534677743
Binary100100011000011111100010011011110101011100110111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91217c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91217c; }

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

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

<style>
 a { background-color: #91217c; }

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

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

<style>
 span { border-color: #91217c; }

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

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