#931A6D

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

Shades of Dark Purple #931A6D

Tints of Dark Purple #931A6D

Color information

#931A6D (or 0x931A6D) is unknown color: approx Dark Purple. HEX triplet: 93, 1A and 6D. RGB value is (147,26,109). Sum of RGB (Red+Green+Blue) = 147+26+109=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #931A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931A6D is #6CE592. Grayscale: #474747. Windows color (decimal): -7136659 or 7150227. OLE color: 7150227.

HSL color Cylindrical-coordinate representation of color #931A6D: hue angle of 318.84º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #931A6D is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14726109-
CMYK00.820.260.42
HSL318.84º69.94%33.92%-
HSV(B)318.84º82.31%57.65%-
XYZ15.168.0515.22-
YUV71.64149.09181.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.13%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=52.13%
G=9.22%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472610900.820.260.42318.8469.9433.92
Hex931A6D0521A2A13f4622
Octal223321550122325247710642
Binary1001001111010110110101010010110101010101001111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,26,109); }

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

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

 a { background-color: rgb(147,26,109); }

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

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

 span { border-color: rgb(147,26,109); }

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