#931E88

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

Shades of Dark Purple #931E88

Tints of Dark Purple #931E88

Color information

#931E88 (or 0x931E88) is unknown color: approx Dark Purple. HEX triplet: 93, 1E and 88. RGB value is (147,30,136). Sum of RGB (Red+Green+Blue) = 147+30+136=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #931E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931E88 is #6CE177. Grayscale: #4C4C4C. Windows color (decimal): -7135608 or 8920723. OLE color: 8920723.

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

Color convert

RGB14730136-
CMYK00.800.070.42
HSL305.64º66.1%34.71%-
HSV(B)305.64º79.59%57.65%-
XYZ16.948.9124.12-
YUV77.07161.26177.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 30 (12.11% from 255) = 9.58%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=46.96%
G=9.58%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473013600.800.070.42305.6466.134.71
Hex931E8805072A1324223
Octal22336210012075246210243
Binary100100111111010001000010100001111010101001100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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