#931A6E

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

Shades of Dark Purple #931A6E

Tints of Dark Purple #931A6E

Color information

#931A6E (or 0x931A6E) is unknown color: approx Dark Purple. HEX triplet: 93, 1A and 6E. RGB value is (147,26,110). Sum of RGB (Red+Green+Blue) = 147+26+110=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #931A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931A6E is #6CE591. Grayscale: #474747. Windows color (decimal): -7136658 or 7215763. OLE color: 7215763.

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

Color convert

RGB14726110-
CMYK00.820.250.42
HSL318.35º69.94%33.92%-
HSV(B)318.35º82.31%57.65%-
XYZ15.228.0715.51-
YUV71.76149.59181.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=51.94%
G=9.19%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472611000.820.250.42318.3569.9433.92
Hex931A6E052192A13e4622
Octal223321560122315247610642
Binary1001001111010110111001010010110011010101001111101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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