#91317E

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

Shades of Dark Purple #91317E

Tints of Dark Purple #91317E

Color information

#91317E (or 0x91317E) is unknown color: approx Dark Purple. HEX triplet: 91, 31 and 7E. RGB value is (145,49,126). Sum of RGB (Red+Green+Blue) = 145+49+126=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #91317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91317E is #6ECE81. Grayscale: #565656. Windows color (decimal): -7261826 or 8270225. OLE color: 8270225.

HSL color Cylindrical-coordinate representation of color #91317E: hue angle of 311.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91317E is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14549126-
CMYK00.660.130.43
HSL311.88º49.48%38.04%-
HSV(B)311.88º66.21%56.86%-
XYZ16.549.7220.74-
YUV86.48150.3169.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.31%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=45.31%
G=15.31%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454912600.660.130.43311.8849.4838.04
Hex91317E042D2B1383126
Octal22161176010215534706146
Binary100100011100011111110010000101101101011100111000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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