Html Css Color HEX #8E31EA Blue Violet

📋 copy color: '#8E31EA'

red 142 ◦ green 49 ◦ blue 234

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

Shades of Blue Violet #8E31EA

Tints of Blue Violet #8E31EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.06%

R = 33.41%
G = 11.53%
B = 55.06%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E31EA (or 0x8E31EA) is known color: Blue Violet. HEX triplet: 8E, 31 and EA. RGB value is (142,49,234). Sum of RGB (Red+Green+Blue) = 142+49+234=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E31EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E31EA is #71CE15. Grayscale: #616161. Windows color (decimal): -7458326 or 15348110. OLE color: 15348110.

HSL color Cylindrical-coordinate representation of color #8E31EA: hue angle of 270.16º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E31EA is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 49 234 -
CMYK 0.39 0.79 0 0.08
HSL 270.16º 0.81% 0.55% -
HSV(B) 270.16º 0.79% 0.92% -
XYZ 27.1 13.89 79.09 -
YUV 97.9 204.81 159.46 -
System Red Green Blue C M Y K H S L
Decimal 142 49 234 0.39 0.79 0 0.08 270.16 0.81 0.55
Hex 8E 31 EA 27 4F 0 8 10E 51 37
Octal 216 61 352 47 117 0 10 416 121 67
Binary 10001110 110001 11101010 100111 1001111 0 1000 100001110 1010001 110111

Color Harmonies of #8E31EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E31EA

Black with #8E31EA

Text Example


Text Example

White with #8E31EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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