#91217A

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

Shades of Dark Purple #91217A

Tints of Dark Purple #91217A

Color information

#91217A (or 0x91217A) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 7A. RGB value is (145,33,122). Sum of RGB (Red+Green+Blue) = 145+33+122=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #91217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91217A is #6EDE85. Grayscale: #4C4C4C. Windows color (decimal): -7265926 or 8003985. OLE color: 8003985.

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

Color convert

RGB14533122-
CMYK00.770.160.43
HSL312.32º62.92%34.9%-
HSV(B)312.32º77.24%56.86%-
XYZ15.738.5119.23-
YUV76.63153.61176.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.33%
GREEN value IS 33 (13.28% from 255) = 11%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=48.33%
G=11%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453312200.770.160.43312.3262.9234.9
Hex91217A04D102B1383f23
Octal22141172011520534707743
Binary1001000110000111110100100110110000101011100111000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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