#8e1fef

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

Shades of Blue Violet #8E1FEF

Tints of Blue Violet #8E1FEF

Color information

#8E1FEF (or 0x8E1FEF) is unknown color: approx Blue Violet. HEX triplet: 8E, 1F and EF. RGB value is (142,31,239). Sum of RGB (Red+Green+Blue) = 142+31+239=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E1FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1FEF is #71E010. Grayscale: #575757. Windows color (decimal): -7462929 or 15671182. OLE color: 15671182.

HSL color Cylindrical-coordinate representation of color #8E1FEF: hue angle of 272.02º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1FEF is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14231239-
CMYK0.410.8700.06
HSL272.02º86.67%52.94%-
HSV(B)272.02º87.03%93.73%-
XYZ27.2312.9682.73-
YUV87.9213.27166.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.47%
GREEN value IS 31 (12.5% from 255) = 7.52%
BLUE value IS 239 (93.75% from 255) = 58.01%
R=34.47%
G=7.52%
B=58.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142312390.410.8700.06272.0286.6752.94
Hex8E1FEF2957061105735
Octal21637357511270642012765
Binary100011101111111101111101001101011101101000100001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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