#931A8E

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

Shades of Dark Purple #931A8E

Tints of Dark Purple #931A8E

Color information

#931A8E (or 0x931A8E) is unknown color: approx Dark Purple. HEX triplet: 93, 1A and 8E. RGB value is (147,26,142). Sum of RGB (Red+Green+Blue) = 147+26+142=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #931A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931A8E is #6CE571. Grayscale: #4B4B4B. Windows color (decimal): -7136626 or 9312915. OLE color: 9312915.

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

Color convert

RGB14726142-
CMYK00.820.030.42
HSL302.48º69.94%33.92%-
HSV(B)302.48º82.31%57.65%-
XYZ17.288.8926.4-
YUV75.4165.59179.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 26 (10.55% from 255) = 8.25%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=46.67%
G=8.25%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472614200.820.030.42302.4869.9433.92
Hex931A8E05232A12e4622
Octal22332216012235245610642
Binary10010011110101000111001010010111010101001011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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