Html Css Color HEX #8E4EEE Blue Violet

📋 copy color: '#8E4EEE'

red 142 ◦ green 78 ◦ blue 238

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

Shades of Blue Violet #8E4EEE

Tints of Blue Violet #8E4EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.03%

 BLUE value IS 238 (93.36% from 255) = 51.97%

R = 31%
G = 17.03%
B = 51.97%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E4EEE (or 0x8E4EEE) is known color: Blue Violet. HEX triplet: 8E, 4E and EE. RGB value is (142,78,238). Sum of RGB (Red+Green+Blue) = 142+78+238=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E4EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E4EEE is #71B111. Grayscale: #727272. Windows color (decimal): -7450898 or 15617678. OLE color: 15617678.

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

Color convert

RGB 142 78 238 -
CMYK 0.40 0.67 0 0.07
HSL 264º 0.82% 0.62% -
HSV(B) 264º 0.67% 0.93% -
XYZ 29.31 17.37 82.7 -
YUV 115.38 197.2 146.99 -
System Red Green Blue C M Y K H S L
Decimal 142 78 238 0.40 0.67 0 0.07 264 0.82 0.62
Hex 8E 4E EE 28 43 0 7 108 52 3E
Octal 216 116 356 50 103 0 7 410 122 76
Binary 10001110 1001110 11101110 101000 1000011 0 111 100001000 1010010 111110

Color Harmonies of #8E4EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4EEE

Black with #8E4EEE

Text Example


Text Example

White with #8E4EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,78,238); }

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

background-color css

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

 a { background-color: rgb(142,78,238); }

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

border-color css

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

 span { border-color: rgb(142,78,238); }

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