#91386F

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

Shades of Dark Purple #91386F

Tints of Dark Purple #91386F

Color information

#91386F (or 0x91386F) is unknown color: approx Dark Purple. HEX triplet: 91, 38 and 6F. RGB value is (145,56,111). Sum of RGB (Red+Green+Blue) = 145+56+111=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #91386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91386F is #6EC790. Grayscale: #585858. Windows color (decimal): -7260049 or 7288977. OLE color: 7288977.

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

Color convert

RGB14556111-
CMYK00.610.230.43
HSL322.92º44.28%39.41%-
HSV(B)322.92º61.38%56.86%-
XYZ15.961016.13-
YUV88.88140.49168.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.47%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=46.47%
G=17.95%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455611100.610.230.43322.9244.2839.41
Hex91386F03D172B1432c27
Octal2217015707527535035447
Binary100100011110001101111011110110111101011101000011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,56,111); }

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

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

 a { background-color: rgb(145,56,111); }

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

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

 span { border-color: rgb(145,56,111); }

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