#91317F

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

Shades of Dark Purple #91317F

Tints of Dark Purple #91317F

Color information

#91317F (or 0x91317F) is unknown color: approx Dark Purple. HEX triplet: 91, 31 and 7F. RGB value is (145,49,127). Sum of RGB (Red+Green+Blue) = 145+49+127=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #91317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91317F is #6ECE80. Grayscale: #565656. Windows color (decimal): -7261825 or 8335761. OLE color: 8335761.

HSL color Cylindrical-coordinate representation of color #91317F: hue angle of 311.25º 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 #91317F is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14549127-
CMYK00.660.120.43
HSL311.25º49.48%38.04%-
HSV(B)311.25º66.21%56.86%-
XYZ16.619.7521.09-
YUV86.6150.8169.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.17%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 127 (50% from 255) = 39.56%
R=45.17%
G=15.26%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454912700.660.120.43311.2549.4838.04
Hex91317F042C2B1373126
Octal22161177010214534676146
Binary100100011100011111111010000101100101011100110111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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