#8E329A

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

Shades of Vivid Violet #8E329A

Tints of Vivid Violet #8E329A

Color information

#8E329A (or 0x8E329A) is unknown color: approx Vivid Violet. HEX triplet: 8E, 32 and 9A. RGB value is (142,50,154). Sum of RGB (Red+Green+Blue) = 142+50+154=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E329A is #71CD65. Grayscale: #595959. Windows color (decimal): -7458150 or 10105486. OLE color: 10105486.

HSL color Cylindrical-coordinate representation of color #8E329A: hue angle of 293.08º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E329A is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14250154-
CMYK0.080.6800.40
HSL293.08º50.98%40%-
HSV(B)293.08º67.53%60.39%-
XYZ18.1310.3731.62-
YUV89.36164.48165.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 50 (19.92% from 255) = 14.45%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=41.04%
G=14.45%
B=44.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142501540.080.6800.40293.0850.9840
Hex8E329A8440281253328
Octal21662232101040504456350
Binary1000111011001010011010100010001000101000100100101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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