#8E1FA5

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

Shades of Vivid Violet #8E1FA5

Tints of Vivid Violet #8E1FA5

Color information

#8E1FA5 (or 0x8E1FA5) is unknown color: approx Vivid Violet. HEX triplet: 8E, 1F and A5. RGB value is (142,31,165). Sum of RGB (Red+Green+Blue) = 142+31+165=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 165 (64.84% from 255 or 48.82% from 338); Max value from RGB is 165 - color contains mainly: blue. Hex color #8E1FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1FA5 is #71E05A. Grayscale: #4F4F4F. Windows color (decimal): -7463003 or 10821518. OLE color: 10821518.

HSL color Cylindrical-coordinate representation of color #8E1FA5: hue angle of 289.7º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1FA5 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14231165-
CMYK0.140.8100.35
HSL289.7º68.37%38.43%-
HSV(B)289.7º81.21%64.71%-
XYZ18.449.4536.45-
YUV79.46176.27172.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 31 (12.5% from 255) = 9.17%
BLUE value IS 165 (64.84% from 255) = 48.82%
R=42.01%
G=9.17%
B=48.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142311650.140.8100.35289.768.3738.43
Hex8E1FA5E510231224426
Octal216372451612104344210446
Binary1000111011111101001011110101000101000111001000101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,31,165); }

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

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

 a { background-color: rgb(142,31,165); }

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

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

 span { border-color: rgb(142,31,165); }

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