#8E468B

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

Shades of Vivid Violet #8E468B

Tints of Vivid Violet #8E468B

Color information

#8E468B (or 0x8E468B) is unknown color: approx Vivid Violet. HEX triplet: 8E, 46 and 8B. RGB value is (142,70,139). Sum of RGB (Red+Green+Blue) = 142+70+139=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E468B is #71B974. Grayscale: #636363. Windows color (decimal): -7453045 or 9127566. OLE color: 9127566.

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

Color convert

RGB14270139-
CMYK00.510.020.44
HSL302.5º33.96%41.57%-
HSV(B)302.5º50.7%55.69%-
XYZ18.011225.79-
YUV99.39150.35158.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=40.46%
G=19.94%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427013900.510.020.44302.533.9641.57
Hex8E468B03322C12e222a
Octal2161062130632544564252
Binary10001110100011010001011011001110101100100101110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,70,139); }

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

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

 a { background-color: rgb(142,70,139); }

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

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

 span { border-color: rgb(142,70,139); }

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