#931F80

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

Shades of Dark Purple #931F80

Tints of Dark Purple #931F80

Color information

#931F80 (or 0x931F80) is unknown color: approx Dark Purple. HEX triplet: 93, 1F and 80. RGB value is (147,31,128). Sum of RGB (Red+Green+Blue) = 147+31+128=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #931F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931F80 is #6CE07F. Grayscale: #4C4C4C. Windows color (decimal): -7135360 or 8396691. OLE color: 8396691.

HSL color Cylindrical-coordinate representation of color #931F80: hue angle of 309.83º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #931F80 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14731128-
CMYK00.790.130.42
HSL309.83º65.17%34.9%-
HSV(B)309.83º78.91%57.65%-
XYZ16.428.7421.24-
YUV76.74156.93178.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.04%
GREEN value IS 31 (12.5% from 255) = 10.13%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=48.04%
G=10.13%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473112800.790.130.42309.8365.1734.9
Hex931F8004FD2A1364123
Octal223372000117155246610143
Binary1001001111111100000000100111111011010101001101101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,31,128); }

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

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

 a { background-color: rgb(147,31,128); }

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

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

 span { border-color: rgb(147,31,128); }

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