#931E6D

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

Shades of Dark Purple #931E6D

Tints of Dark Purple #931E6D

Color information

#931E6D (or 0x931E6D) is unknown color: approx Dark Purple. HEX triplet: 93, 1E and 6D. RGB value is (147,30,109). Sum of RGB (Red+Green+Blue) = 147+30+109=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #931E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931E6D is #6CE192. Grayscale: #494949. Windows color (decimal): -7135635 or 7151251. OLE color: 7151251.

HSL color Cylindrical-coordinate representation of color #931E6D: hue angle of 319.49º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #931E6D is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14730109-
CMYK00.800.260.42
HSL319.49º66.1%34.71%-
HSV(B)319.49º79.59%57.65%-
XYZ15.268.2415.25-
YUV73.99147.76180.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.40%
GREEN value IS 30 (12.11% from 255) = 10.49%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=51.40%
G=10.49%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473010900.800.260.42319.4966.134.71
Hex931E6D0501A2A13f4223
Octal223361550120325247710243
Binary1001001111110110110101010000110101010101001111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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