#931C8A

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

Shades of Dark Purple #931C8A

Tints of Dark Purple #931C8A

Color information

#931C8A (or 0x931C8A) is unknown color: approx Dark Purple. HEX triplet: 93, 1C and 8A. RGB value is (147,28,138). Sum of RGB (Red+Green+Blue) = 147+28+138=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #931C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931C8A is #6CE375. Grayscale: #4B4B4B. Windows color (decimal): -7136118 or 9051283. OLE color: 9051283.

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

Color convert

RGB14728138-
CMYK00.810.060.42
HSL304.54º68%34.31%-
HSV(B)304.54º80.95%57.65%-
XYZ17.048.8724.86-
YUV76.12162.92178.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 28 (11.33% from 255) = 8.95%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=46.96%
G=8.95%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472813800.810.060.42304.546834.31
Hex931C8A05162A1314422
Octal22334212012165246110442
Binary100100111110010001010010100011101010101001100011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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