#931C8E

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

Shades of Dark Purple #931C8E

Tints of Dark Purple #931C8E

Color information

#931C8E (or 0x931C8E) is unknown color: approx Dark Purple. HEX triplet: 93, 1C and 8E. RGB value is (147,28,142). Sum of RGB (Red+Green+Blue) = 147+28+142=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #931C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931C8E is #6CE371. Grayscale: #4C4C4C. Windows color (decimal): -7136114 or 9313427. OLE color: 9313427.

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

Color convert

RGB14728142-
CMYK00.810.030.42
HSL302.52º68%34.31%-
HSV(B)302.52º80.95%57.65%-
XYZ17.338.9926.41-
YUV76.58164.92178.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.37%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=46.37%
G=8.83%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472814200.810.030.42302.526834.31
Hex931C8E05132A12f4422
Octal22334216012135245710442
Binary10010011111001000111001010001111010101001011111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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