#91277E

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

Shades of Dark Purple #91277E

Tints of Dark Purple #91277E

Color information

#91277E (or 0x91277E) is unknown color: approx Dark Purple. HEX triplet: 91, 27 and 7E. RGB value is (145,39,126). Sum of RGB (Red+Green+Blue) = 145+39+126=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #91277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91277E is #6ED881. Grayscale: #505050. Windows color (decimal): -7264386 or 8267665. OLE color: 8267665.

HSL color Cylindrical-coordinate representation of color #91277E: hue angle of 310.75º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91277E is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14539126-
CMYK00.730.130.43
HSL310.75º57.61%36.08%-
HSV(B)310.75º73.1%56.86%-
XYZ16.178.9820.62-
YUV80.61153.62173.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=46.77%
G=12.58%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453912600.730.130.43310.7557.6136.08
Hex91277E049D2B1373a24
Octal22147176011115534677244
Binary100100011001111111110010010011101101011100110111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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