#8E458D

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

Shades of Vivid Violet #8E458D

Tints of Vivid Violet #8E458D

Color information

#8E458D (or 0x8E458D) is unknown color: approx Vivid Violet. HEX triplet: 8E, 45 and 8D. RGB value is (142,69,141). Sum of RGB (Red+Green+Blue) = 142+69+141=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E458D is #71BA72. Grayscale: #626262. Windows color (decimal): -7453299 or 9258382. OLE color: 9258382.

HSL color Cylindrical-coordinate representation of color #8E458D: hue angle of 300.82º 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 #8E458D is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14269141-
CMYK00.510.010.44
HSL300.82º34.6%41.37%-
HSV(B)300.82º51.41%55.69%-
XYZ18.0911.9326.55-
YUV99.04151.68158.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=40.34%
G=19.60%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426914100.510.010.44300.8234.641.37
Hex8E458D03312C12d2329
Octal2161052150631544554351
Binary1000111010001011000110101100111101100100101101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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