Html Css Color HEX #8E40EB Blue Violet

📋 copy color: '#8E40EB'

red 142 ◦ green 64 ◦ blue 235

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

Shades of Blue Violet #8E40EB

Tints of Blue Violet #8E40EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.51%

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 32.2%
G = 14.51%
B = 53.29%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E40EB (or 0x8E40EB) is known color: Blue Violet. HEX triplet: 8E, 40 and EB. RGB value is (142,64,235). Sum of RGB (Red+Green+Blue) = 142+64+235=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E40EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E40EB is #71BF14. Grayscale: #6A6A6A. Windows color (decimal): -7454485 or 15417486. OLE color: 15417486.

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

Color convert

RGB 142 64 235 -
CMYK 0.40 0.73 0 0.08
HSL 267.37º 0.81% 0.59% -
HSV(B) 267.37º 0.73% 0.92% -
XYZ 27.98 15.42 80.1 -
YUV 106.82 200.34 153.1 -
System Red Green Blue C M Y K H S L
Decimal 142 64 235 0.40 0.73 0 0.08 267.37 0.81 0.59
Hex 8E 40 EB 28 49 0 8 10B 51 3B
Octal 216 100 353 50 111 0 10 413 121 73
Binary 10001110 1000000 11101011 101000 1001001 0 1000 100001011 1010001 111011

Color Harmonies of #8E40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E40EB

Black with #8E40EB

Text Example


Text Example

White with #8E40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,64,235); }

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

background-color css

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

 a { background-color: rgb(142,64,235); }

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

border-color css

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

 span { border-color: rgb(142,64,235); }

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