#91287C

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

Shades of Dark Purple #91287C

Tints of Dark Purple #91287C

Color information

#91287C (or 0x91287C) is unknown color: approx Dark Purple. HEX triplet: 91, 28 and 7C. RGB value is (145,40,124). Sum of RGB (Red+Green+Blue) = 145+40+124=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91287C is #6ED783. Grayscale: #505050. Windows color (decimal): -7264132 or 8136849. OLE color: 8136849.

HSL color Cylindrical-coordinate representation of color #91287C: hue angle of 312º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #91287C is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14540124-
CMYK00.720.140.43
HSL312º56.76%36.27%-
HSV(B)312º72.41%56.86%-
XYZ16.078.9919.96-
YUV80.97152.29173.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=46.93%
G=12.94%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454012400.720.140.4331256.7636.27
Hex91287C048E2B1383924
Octal22150174011016534707144
Binary100100011010001111100010010001110101011100111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91287C; }

 p { color: rgb(145,40,124); }

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

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

 a { background-color: rgb(145,40,124); }

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

<style>
 span { border-color: #91287C; }

 span { border-color: rgb(145,40,124); }

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