#8E328D

Color #8E328D Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8E328D

Tints of Vivid Violet #8E328D

Color information

#8E328D (or 0x8E328D) is unknown color: approx Vivid Violet. HEX triplet: 8E, 32 and 8D. RGB value is (142,50,141). Sum of RGB (Red+Green+Blue) = 142+50+141=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E328D is #71CD72. Grayscale: #575757. Windows color (decimal): -7458163 or 9253518. OLE color: 9253518.

HSL color Cylindrical-coordinate representation of color #8E328D: hue angle of 300.65º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E328D is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14250141-
CMYK00.650.010.44
HSL300.65º47.92%37.65%-
HSV(B)300.65º64.79%55.69%-
XYZ17.19.9626.22-
YUV87.88157.98166.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 50 (19.92% from 255) = 15.02%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=42.64%
G=15.02%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425014100.650.010.44300.6547.9237.65
Hex8E328D04112C12d3026
Octal2166221501011544556046
Binary1000111011001010001101010000011101100100101101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E328D; }

 p { color: rgb(142,50,141); }

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

<style>
 a { background-color: #8E328D; }

 a { background-color: rgb(142,50,141); }

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

<style>
 span { border-color: #8E328D; }

 span { border-color: rgb(142,50,141); }

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