#91288E

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

Shades of Dark Purple #91288E

Tints of Dark Purple #91288E

Color information

#91288E (or 0x91288E) is unknown color: approx Dark Purple. HEX triplet: 91, 28 and 8E. RGB value is (145,40,142). Sum of RGB (Red+Green+Blue) = 145+40+142=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #91288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91288E is #6ED771. Grayscale: #525252. Windows color (decimal): -7264114 or 9316497. OLE color: 9316497.

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

Color convert

RGB14540142-
CMYK00.720.020.43
HSL301.71º56.76%36.27%-
HSV(B)301.71º72.41%56.86%-
XYZ17.329.4926.51-
YUV83.02161.29172.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 40 (16.02% from 255) = 12.23%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=44.34%
G=12.23%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454014200.720.020.43301.7156.7636.27
Hex91288E04822B12e3924
Octal2215021601102534567144
Binary10010001101000100011100100100010101011100101110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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