#91276F

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

Shades of Dark Purple #91276F

Tints of Dark Purple #91276F

Color information

#91276F (or 0x91276F) is unknown color: approx Dark Purple. HEX triplet: 91, 27 and 6F. RGB value is (145,39,111). Sum of RGB (Red+Green+Blue) = 145+39+111=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #91276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91276F is #6ED890. Grayscale: #4E4E4E. Windows color (decimal): -7264401 or 7284625. OLE color: 7284625.

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

Color convert

RGB14539111-
CMYK00.730.230.43
HSL319.25º57.61%36.08%-
HSV(B)319.25º73.1%56.86%-
XYZ15.278.6215.9-
YUV78.9146.12175.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=49.15%
G=13.22%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453911100.730.230.43319.2557.6136.08
Hex91276F049172B13f3a24
Octal22147157011127534777244
Binary1001000110011111011110100100110111101011100111111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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