#91278a

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

Shades of Dark Purple #91278A

Tints of Dark Purple #91278A

Color information

#91278A (or 0x91278A) is unknown color: approx Dark Purple. HEX triplet: 91, 27 and 8A. RGB value is (145,39,138). Sum of RGB (Red+Green+Blue) = 145+39+138=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #91278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91278A is #6ED875. Grayscale: #515151. Windows color (decimal): -7264374 or 9054097. OLE color: 9054097.

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

Color convert

RGB14539138-
CMYK00.730.050.43
HSL303.96º57.61%36.08%-
HSV(B)303.96º73.1%56.86%-
XYZ16.999.3124.95-
YUV81.98159.62172.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 39 (15.62% from 255) = 12.11%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=45.03%
G=12.11%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453913800.730.050.43303.9657.6136.08
Hex91278A04952B1303a24
Octal2214721201115534607244
Binary100100011001111000101001001001101101011100110000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91278a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91278a; }

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

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

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

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

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

<style>
 span { border-color: #91278a; }

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

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