#931579

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

Shades of Dark Purple #931579

Tints of Dark Purple #931579

Color information

#931579 (or 0x931579) is unknown color: approx Dark Purple. HEX triplet: 93, 15 and 79. RGB value is (147,21,121). Sum of RGB (Red+Green+Blue) = 147+21+121=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #931579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931579 is #6CEA86. Grayscale: #454545. Windows color (decimal): -7137927 or 7935379. OLE color: 7935379.

HSL color Cylindrical-coordinate representation of color #931579: hue angle of 312.38º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931579 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14721121-
CMYK00.860.180.42
HSL312.38º75%32.94%-
HSV(B)312.38º85.71%57.65%-
XYZ15.758.1218.83-
YUV70.07156.74182.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.87%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=50.87%
G=7.27%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472112100.860.180.42312.387532.94
Hex931579056122A1384b21
Octal223251710126225247011341
Binary1001001110101111100101010110100101010101001110001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931579; }

 p { color: rgb(147,21,121); }

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

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

 a { background-color: rgb(147,21,121); }

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

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

 span { border-color: rgb(147,21,121); }

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