#8E0AF1

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

Shades of Dark Violet #8E0AF1

Tints of Dark Violet #8E0AF1

Color information

#8E0AF1 (or 0x8E0AF1) is unknown color: approx Dark Violet. HEX triplet: 8E, 0A and F1. RGB value is (142,10,241). Sum of RGB (Red+Green+Blue) = 142+10+241=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #8E0AF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0AF1 is #71F50E. Grayscale: #4B4B4B. Windows color (decimal): -7468303 or 15796878. OLE color: 15796878.

HSL color Cylindrical-coordinate representation of color #8E0AF1: hue angle of 274.29º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0AF1 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14210241-
CMYK0.410.9600.05
HSL274.29º92.03%49.22%-
HSV(B)274.29º95.85%94.51%-
XYZ27.1412.3284.17-
YUV75.8221.23175.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 10 (4.30% from 255) = 2.54%
BLUE value IS 241 (94.53% from 255) = 61.32%
R=36.13%
G=2.54%
B=61.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142102410.410.9600.05274.2992.0349.22
Hex8EAF12960051125c31
Octal21612361511400542213461
Binary10001110101011110001101001110000001011000100101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,241); }

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

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

 a { background-color: rgb(142,10,241); }

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

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

 span { border-color: rgb(142,10,241); }

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