Html Css Color HEX #8E40EF Blue Violet

📋 copy color: '#8E40EF'

red 142 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #8E40EF

Tints of Blue Violet #8E40EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.71%

R = 31.91%
G = 14.38%
B = 53.71%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8E40EF (or 0x8E40EF) is known color: Blue Violet. HEX triplet: 8E, 40 and EF. RGB value is (142,64,239). Sum of RGB (Red+Green+Blue) = 142+64+239=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E40EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E40EF is #71BF10. Grayscale: #6A6A6A. Windows color (decimal): -7454481 or 15679630. OLE color: 15679630.

HSL color Cylindrical-coordinate representation of color #8E40EF: hue angle of 266.74º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E40EF is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 64 239 -
CMYK 0.41 0.73 0 0.06
HSL 266.74º 0.85% 0.59% -
HSV(B) 266.74º 0.73% 0.94% -
XYZ 28.57 15.65 83.18 -
YUV 107.27 202.34 152.77 -
System Red Green Blue C M Y K H S L
Decimal 142 64 239 0.41 0.73 0 0.06 266.74 0.85 0.59
Hex 8E 40 EF 29 49 0 6 10B 55 3B
Octal 216 100 357 51 111 0 6 413 125 73
Binary 10001110 1000000 11101111 101001 1001001 0 110 100001011 1010101 111011

Color Harmonies of #8E40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E40EF

Black with #8E40EF

Text Example


Text Example

White with #8E40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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