#913F80

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

Shades of Dark Purple #913F80

Tints of Dark Purple #913F80

Color information

#913F80 (or 0x913F80) is unknown color: approx Dark Purple. HEX triplet: 91, 3F and 80. RGB value is (145,63,128). Sum of RGB (Red+Green+Blue) = 145+63+128=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #913F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913F80 is #6EC07F. Grayscale: #5E5E5E. Windows color (decimal): -7258240 or 8404881. OLE color: 8404881.

HSL color Cylindrical-coordinate representation of color #913F80: hue angle of 312.44º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #913F80 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14563128-
CMYK00.570.120.43
HSL312.44º39.42%40.78%-
HSV(B)312.44º56.55%56.86%-
XYZ17.3511.1321.66-
YUV94.93146.67163.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 128 (50.39% from 255) = 38.10%
R=43.15%
G=18.75%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456312800.570.120.43312.4439.4240.78
Hex913F80039C2B1382729
Octal2217720007114534704751
Binary100100011111111000000001110011100101011100111000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913F80; }

 p { color: rgb(145,63,128); }

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

<style>
 a { background-color: #913F80; }

 a { background-color: rgb(145,63,128); }

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

<style>
 span { border-color: #913F80; }

 span { border-color: rgb(145,63,128); }

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