#913F79

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

Shades of Dark Purple #913F79

Tints of Dark Purple #913F79

Color information

#913F79 (or 0x913F79) is unknown color: approx Dark Purple. HEX triplet: 91, 3F and 79. RGB value is (145,63,121). Sum of RGB (Red+Green+Blue) = 145+63+121=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #913F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913F79 is #6EC086. Grayscale: #5D5D5D. Windows color (decimal): -7258247 or 7946129. OLE color: 7946129.

HSL color Cylindrical-coordinate representation of color #913F79: hue angle of 317.56º 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 #913F79 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14563121-
CMYK00.570.170.43
HSL317.56º39.42%40.78%-
HSV(B)317.56º56.55%56.86%-
XYZ16.9110.9619.31-
YUV94.13143.17164.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=44.07%
G=19.15%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456312100.570.170.43317.5639.4240.78
Hex913F79039112B13e2729
Octal2217717107121534764751
Binary100100011111111111001011100110001101011100111110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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