#8E3F86

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

Shades of Vivid Violet #8E3F86

Tints of Vivid Violet #8E3F86

Color information

#8E3F86 (or 0x8E3F86) is unknown color: approx Vivid Violet. HEX triplet: 8E, 3F and 86. RGB value is (142,63,134). Sum of RGB (Red+Green+Blue) = 142+63+134=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3F86 is #71C079. Grayscale: #5E5E5E. Windows color (decimal): -7454842 or 8798094. OLE color: 8798094.

HSL color Cylindrical-coordinate representation of color #8E3F86: hue angle of 306.08º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E3F86 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14263134-
CMYK00.560.060.44
HSL306.08º38.54%40.2%-
HSV(B)306.08º55.63%55.69%-
XYZ17.2411.0323.77-
YUV94.71150.17161.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=41.89%
G=18.58%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426313400.560.060.44306.0838.5440.2
Hex8E3F8603862C1322728
Octal216772060706544624750
Binary10001110111111100001100111000110101100100110010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,63,134); }

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

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

 a { background-color: rgb(142,63,134); }

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

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

 span { border-color: rgb(142,63,134); }

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