#8E319E

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

Shades of Vivid Violet #8E319E

Tints of Vivid Violet #8E319E

Color information

#8E319E (or 0x8E319E) is unknown color: approx Vivid Violet. HEX triplet: 8E, 31 and 9E. RGB value is (142,49,158). Sum of RGB (Red+Green+Blue) = 142+49+158=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E319E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E319E is #71CE61. Grayscale: #585858. Windows color (decimal): -7458402 or 10367374. OLE color: 10367374.

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

Color convert

RGB14249158-
CMYK0.100.6900.38
HSL291.19º52.66%40.59%-
HSV(B)291.19º68.99%61.96%-
XYZ18.4310.4233.39-
YUV89.23166.81165.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 49 (19.53% from 255) = 14.04%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=40.69%
G=14.04%
B=45.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142491580.100.6900.38291.1952.6640.59
Hex8E319EA450261233529
Octal21661236121050464436551
Binary1000111011000110011110101010001010100110100100011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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