#91276E

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

Shades of Dark Purple #91276E

Tints of Dark Purple #91276E

Color information

#91276E (or 0x91276E) is unknown color: approx Dark Purple. HEX triplet: 91, 27 and 6E. RGB value is (145,39,110). Sum of RGB (Red+Green+Blue) = 145+39+110=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #91276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91276E is #6ED891. Grayscale: #4E4E4E. Windows color (decimal): -7264402 or 7219089. OLE color: 7219089.

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

Color convert

RGB14539110-
CMYK00.730.240.43
HSL319.81º57.61%36.08%-
HSV(B)319.81º73.1%56.86%-
XYZ15.228.615.61-
YUV78.79145.62175.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.32%
GREEN value IS 39 (15.62% from 255) = 13.27%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=49.32%
G=13.27%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453911000.730.240.43319.8157.6136.08
Hex91276E049182B1403a24
Octal22147156011130535007244
Binary1001000110011111011100100100111000101011101000000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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