Html Css Color HEX #8E31EC Blue Violet

📋 copy color: '#8E31EC'

red 142 ◦ green 49 ◦ blue 236

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

Shades of Blue Violet #8E31EC

Tints of Blue Violet #8E31EC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.48%

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 33.26%
G = 11.48%
B = 55.27%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E31EC (or 0x8E31EC) is known color: Blue Violet. HEX triplet: 8E, 31 and EC. RGB value is (142,49,236). Sum of RGB (Red+Green+Blue) = 142+49+236=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E31EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E31EC is #71CE13. Grayscale: #616161. Windows color (decimal): -7458324 or 15479182. OLE color: 15479182.

HSL color Cylindrical-coordinate representation of color #8E31EC: hue angle of 269.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E31EC is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 49 236 -
CMYK 0.40 0.79 0 0.07
HSL 269.84º 0.83% 0.56% -
HSV(B) 269.84º 0.79% 0.93% -
XYZ 27.39 14 80.62 -
YUV 98.13 205.81 159.29 -
System Red Green Blue C M Y K H S L
Decimal 142 49 236 0.40 0.79 0 0.07 269.84 0.83 0.56
Hex 8E 31 EC 28 4F 0 7 10E 53 38
Octal 216 61 354 50 117 0 7 416 123 70
Binary 10001110 110001 11101100 101000 1001111 0 111 100001110 1010011 111000

Color Harmonies of #8E31EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E31EC

Black with #8E31EC

Text Example


Text Example

White with #8E31EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,49,236); }

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

background-color css

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

 a { background-color: rgb(142,49,236); }

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

border-color css

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

 span { border-color: rgb(142,49,236); }

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