#8e2df1

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

Shades of Blue Violet #8E2DF1

Tints of Blue Violet #8E2DF1

Color information

#8E2DF1 (or 0x8E2DF1) is unknown color: approx Blue Violet. HEX triplet: 8E, 2D and F1. RGB value is (142,45,241). Sum of RGB (Red+Green+Blue) = 142+45+241=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #8E2DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2DF1 is #71D20E. Grayscale: #5F5F5F. Windows color (decimal): -7459343 or 15805838. OLE color: 15805838.

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

Color convert

RGB14245241-
CMYK0.410.8100.05
HSL269.69º87.5%56.08%-
HSV(B)269.69º81.33%94.51%-
XYZ27.9713.9884.44-
YUV96.35209.64160.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 45 (17.97% from 255) = 10.51%
BLUE value IS 241 (94.53% from 255) = 56.31%
R=33.18%
G=10.51%
B=56.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142452410.410.8100.05269.6987.556.08
Hex8E2DF129510510e5838
Octal21655361511210541613070
Binary1000111010110111110001101001101000101011000011101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2df1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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