Html Css Color HEX #8E1EFA Blue Violet

📋 copy color: '#8E1EFA'

red 142 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #8E1EFA

Tints of Blue Violet #8E1EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.24%

R = 33.65%
G = 7.11%
B = 59.24%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E1EFA (or 0x8E1EFA) is known color: Blue Violet. HEX triplet: 8E, 1E and FA. RGB value is (142,30,250). Sum of RGB (Red+Green+Blue) = 142+30+250=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E1EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1EFA is #71E105. Grayscale: #575757. Windows color (decimal): -7463174 or 16391822. OLE color: 16391822.

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

Color convert

RGB 142 30 250 -
CMYK 0.43 0.88 0 0.02
HSL 270.55º 0.96% 0.55% -
HSV(B) 270.55º 0.88% 0.98% -
XYZ 28.87 13.58 91.54 -
YUV 88.57 219.11 166.11 -
System Red Green Blue C M Y K H S L
Decimal 142 30 250 0.43 0.88 0 0.02 270.55 0.96 0.55
Hex 8E 1E FA 2B 58 0 2 10F 60 37
Octal 216 36 372 53 130 0 2 417 140 67
Binary 10001110 11110 11111010 101011 1011000 0 10 100001111 1100000 110111

Color Harmonies of #8E1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1EFA

Black with #8E1EFA

Text Example


Text Example

White with #8E1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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