#91397F

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

Shades of Dark Purple #91397F

Tints of Dark Purple #91397F

Color information

#91397F (or 0x91397F) is unknown color: approx Dark Purple. HEX triplet: 91, 39 and 7F. RGB value is (145,57,127). Sum of RGB (Red+Green+Blue) = 145+57+127=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #91397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91397F is #6EC680. Grayscale: #5B5B5B. Windows color (decimal): -7259777 or 8337809. OLE color: 8337809.

HSL color Cylindrical-coordinate representation of color #91397F: hue angle of 312.27º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #91397F is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14557127-
CMYK00.610.120.43
HSL312.27º43.56%39.61%-
HSV(B)312.27º60.69%56.86%-
XYZ16.9710.4821.21-
YUV91.29148.15166.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 127 (50% from 255) = 38.60%
R=44.07%
G=17.33%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455712700.610.120.43312.2743.5639.61
Hex91397F03DC2B1382c28
Octal2217117707514534705450
Binary10010001111001111111101111011100101011100111000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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