Html Css Color HEX #8E1EF8 Blue Violet

📋 copy color: '#8E1EF8'

red 142 ◦ green 30 ◦ blue 248

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

Shades of Blue Violet #8E1EF8

Tints of Blue Violet #8E1EF8

RGB

 RED value IS 142 (55.86% from 255) = 33.81%

 GREEN value IS 30 (12.11% from 255) = 7.14%

 BLUE value IS 248 (97.27% from 255) = 59.05%

R = 33.81%
G = 7.14%
B = 59.05%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8E1EF8 (or 0x8E1EF8) is known color: Blue Violet. HEX triplet: 8E, 1E and F8. RGB value is (142,30,248). Sum of RGB (Red+Green+Blue) = 142+30+248=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #8E1EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1EF8 is #71E107. Grayscale: #575757. Windows color (decimal): -7463176 or 16260750. OLE color: 16260750.

HSL color Cylindrical-coordinate representation of color #8E1EF8: hue angle of 270.83º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1EF8 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 142 30 248 -
CMYK 0.43 0.88 0 0.03
HSL 270.83º 0.94% 0.55% -
HSV(B) 270.83º 0.88% 0.97% -
XYZ 28.56 13.46 89.9 -
YUV 88.34 218.11 166.27 -
System Red Green Blue C M Y K H S L
Decimal 142 30 248 0.43 0.88 0 0.03 270.83 0.94 0.55
Hex 8E 1E F8 2B 58 0 3 10F 5E 37
Octal 216 36 370 53 130 0 3 417 136 67
Binary 10001110 11110 11111000 101011 1011000 0 11 100001111 1011110 110111

Color Harmonies of #8E1EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1EF8

Black with #8E1EF8

Text Example


Text Example

White with #8E1EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,30,248); }

 H1.HeaderClassName
 {
   color: #8E1EF8;
 }
 .AnyTagClassName
 {
   color: #8E1EF8;
 }
</style>

background-color css

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

 a { background-color: rgb(142,30,248); }

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

border-color css

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

 span { border-color: rgb(142,30,248); }

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