#8E3F9E

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

Shades of Vivid Violet #8E3F9E

Tints of Vivid Violet #8E3F9E

Color information

#8E3F9E (or 0x8E3F9E) is unknown color: approx Vivid Violet. HEX triplet: 8E, 3F and 9E. RGB value is (142,63,158). Sum of RGB (Red+Green+Blue) = 142+63+158=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E3F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3F9E is #71C061. Grayscale: #616161. Windows color (decimal): -7454818 or 10370958. OLE color: 10370958.

HSL color Cylindrical-coordinate representation of color #8E3F9E: hue angle of 289.89º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E3F9E is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14263158-
CMYK0.100.6000.38
HSL289.89º42.99%43.33%-
HSV(B)289.89º60.13%61.96%-
XYZ19.111.7733.61-
YUV97.45162.17159.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=39.12%
G=17.36%
B=43.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142631580.100.6000.38289.8942.9943.33
Hex8E3F9EA3C0261222b2b
Octal2167723612740464425353
Binary100011101111111001111010101111000100110100100010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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