#931F6C

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

Shades of Dark Purple #931F6C

Tints of Dark Purple #931F6C

Color information

#931F6C (or 0x931F6C) is unknown color: approx Dark Purple. HEX triplet: 93, 1F and 6C. RGB value is (147,31,108). Sum of RGB (Red+Green+Blue) = 147+31+108=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #931F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931F6C is #6CE093. Grayscale: #4A4A4A. Windows color (decimal): -7135380 or 7085971. OLE color: 7085971.

HSL color Cylindrical-coordinate representation of color #931F6C: hue angle of 320.17º 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 #931F6C is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14731108-
CMYK00.790.270.42
HSL320.17º65.17%34.9%-
HSV(B)320.17º78.91%57.65%-
XYZ15.238.2714.98-
YUV74.46146.93179.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.40%
GREEN value IS 31 (12.5% from 255) = 10.84%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=51.40%
G=10.84%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473110800.790.270.42320.1765.1734.9
Hex931F6C04F1B2A1404123
Octal223371540117335250010143
Binary1001001111111110110001001111110111010101010000001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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