#931C8D

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

Shades of Dark Purple #931C8D

Tints of Dark Purple #931C8D

Color information

#931C8D (or 0x931C8D) is unknown color: approx Dark Purple. HEX triplet: 93, 1C and 8D. RGB value is (147,28,141). Sum of RGB (Red+Green+Blue) = 147+28+141=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #931C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931C8D is #6CE372. Grayscale: #4C4C4C. Windows color (decimal): -7136115 or 9247891. OLE color: 9247891.

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

Color convert

RGB14728141-
CMYK00.810.040.42
HSL303.03º68%34.31%-
HSV(B)303.03º80.95%57.65%-
XYZ17.268.9626.02-
YUV76.46164.42178.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 28 (11.33% from 255) = 8.86%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=46.52%
G=8.86%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472814100.810.040.42303.036834.31
Hex931C8D05142A12f4422
Octal22334215012145245710442
Binary100100111110010001101010100011001010101001011111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,28,141); }

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

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

 a { background-color: rgb(147,28,141); }

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

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

 span { border-color: rgb(147,28,141); }

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