#91217E

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

Shades of Dark Purple #91217E

Tints of Dark Purple #91217E

Color information

#91217E (or 0x91217E) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 7E. RGB value is (145,33,126). Sum of RGB (Red+Green+Blue) = 145+33+126=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #91217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91217E is #6EDE81. Grayscale: #4C4C4C. Windows color (decimal): -7265922 or 8266129. OLE color: 8266129.

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

Color convert

RGB14533126-
CMYK00.770.130.43
HSL310.18º62.92%34.9%-
HSV(B)310.18º77.24%56.86%-
XYZ15.998.6120.56-
YUV77.09155.61176.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=47.70%
G=10.86%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453312600.770.130.43310.1862.9234.9
Hex91217E04DD2B1363f23
Octal22141176011515534667743
Binary100100011000011111110010011011101101011100110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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