#931E8E

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

Shades of Dark Purple #931E8E

Tints of Dark Purple #931E8E

Color information

#931E8E (or 0x931E8E) is unknown color: approx Dark Purple. HEX triplet: 93, 1E and 8E. RGB value is (147,30,142). Sum of RGB (Red+Green+Blue) = 147+30+142=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #931E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931E8E is #6CE171. Grayscale: #4D4D4D. Windows color (decimal): -7135602 or 9313939. OLE color: 9313939.

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

Color convert

RGB14730142-
CMYK00.800.030.42
HSL302.56º66.1%34.71%-
HSV(B)302.56º79.59%57.65%-
XYZ17.389.0826.43-
YUV77.75164.26177.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.08%
GREEN value IS 30 (12.11% from 255) = 9.40%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=46.08%
G=9.40%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473014200.800.030.42302.5666.134.71
Hex931E8E05032A12f4223
Octal22336216012035245710243
Binary10010011111101000111001010000111010101001011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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