Html Css Color HEX #8E1FEF Blue Violet

📋 copy color: '#8E1FEF'

red 142 ◦ green 31 ◦ blue 239

#8E1FEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8E1FEF

Tints of Blue Violet #8E1FEF

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 value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8E1FEF (or 0x8E1FEF) is known color: 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

RGB 142 31 239 -
CMYK 0.41 0.87 0 0.06
HSL 272.02º 0.87% 0.53% -
HSV(B) 272.02º 0.87% 0.94% -
XYZ 27.23 12.96 82.73 -
YUV 87.9 213.27 166.59 -
System Red Green Blue C M Y K H S L
Decimal 142 31 239 0.41 0.87 0 0.06 272.02 0.87 0.53
Hex 8E 1F EF 29 57 0 6 110 57 35
Octal 216 37 357 51 127 0 6 420 127 65
Binary 10001110 11111 11101111 101001 1010111 0 110 100010000 1010111 110101

Color Harmonies of #8E1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1FEF

Black with #8E1FEF

Text Example


Text Example

White with #8E1FEF

Text Example


Text Example

HTML Codes & Css Web 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>