#91366F

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

Shades of Dark Purple #91366F

Tints of Dark Purple #91366F

Color information

#91366F (or 0x91366F) is unknown color: approx Dark Purple. HEX triplet: 91, 36 and 6F. RGB value is (145,54,111). Sum of RGB (Red+Green+Blue) = 145+54+111=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #91366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91366F is #6EC990. Grayscale: #575757. Windows color (decimal): -7260561 or 7288465. OLE color: 7288465.

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

Color convert

RGB14554111-
CMYK00.630.230.43
HSL322.42º45.73%39.02%-
HSV(B)322.42º62.76%56.86%-
XYZ15.879.8116.1-
YUV87.71141.15168.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=46.77%
G=17.42%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455411100.630.230.43322.4245.7339.02
Hex91366F03F172B1422e27
Octal2216615707727535025647
Binary100100011101101101111011111110111101011101000010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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