#8E359A

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

Shades of Vivid Violet #8E359A

Tints of Vivid Violet #8E359A

Color information

#8E359A (or 0x8E359A) is unknown color: approx Vivid Violet. HEX triplet: 8E, 35 and 9A. RGB value is (142,53,154). Sum of RGB (Red+Green+Blue) = 142+53+154=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E359A is #71CA65. Grayscale: #5A5A5A. Windows color (decimal): -7457382 or 10106254. OLE color: 10106254.

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

Color convert

RGB14253154-
CMYK0.080.6600.40
HSL292.87º48.79%40.59%-
HSV(B)292.87º65.58%60.39%-
XYZ18.2610.6331.66-
YUV91.12163.49164.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=40.69%
G=15.19%
B=44.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142531540.080.6600.40292.8748.7940.59
Hex8E359A8420281253129
Octal21665232101020504456151
Binary1000111011010110011010100010000100101000100100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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