#8E458A

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

Shades of Vivid Violet #8E458A

Tints of Vivid Violet #8E458A

Color information

#8E458A (or 0x8E458A) is unknown color: approx Vivid Violet. HEX triplet: 8E, 45 and 8A. RGB value is (142,69,138). Sum of RGB (Red+Green+Blue) = 142+69+138=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E458A is #71BA75. Grayscale: #626262. Windows color (decimal): -7453302 or 9061774. OLE color: 9061774.

HSL color Cylindrical-coordinate representation of color #8E458A: hue angle of 303.29º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E458A is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14269138-
CMYK00.510.030.44
HSL303.29º34.6%41.37%-
HSV(B)303.29º51.41%55.69%-
XYZ17.8711.8425.39-
YUV98.69150.18158.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=40.69%
G=19.77%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426913800.510.030.44303.2934.641.37
Hex8E458A03332C12f2329
Octal2161052120633544574351
Binary10001110100010110001010011001111101100100101111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,69,138); }

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

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

 a { background-color: rgb(142,69,138); }

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

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

 span { border-color: rgb(142,69,138); }

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