#91287E

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

Shades of Dark Purple #91287E

Tints of Dark Purple #91287E

Color information

#91287E (or 0x91287E) is unknown color: approx Dark Purple. HEX triplet: 91, 28 and 7E. RGB value is (145,40,126). Sum of RGB (Red+Green+Blue) = 145+40+126=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #91287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91287E is #6ED781. Grayscale: #505050. Windows color (decimal): -7264130 or 8267921. OLE color: 8267921.

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

Color convert

RGB14540126-
CMYK00.720.130.43
HSL310.86º56.76%36.27%-
HSV(B)310.86º72.41%56.86%-
XYZ16.29.0420.63-
YUV81.2153.29173.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 40 (16.02% from 255) = 12.86%
BLUE value IS 126 (49.61% from 255) = 40.51%
R=46.62%
G=12.86%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454012600.720.130.43310.8656.7636.27
Hex91287E048D2B1373924
Octal22150176011015534677144
Binary100100011010001111110010010001101101011100110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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