#8E4CEF

Color #8E4CEF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8E4CEF

Tints of Blue Violet #8E4CEF

Color information

#8E4CEF (or 0x8E4CEF) is unknown color: approx Blue Violet. HEX triplet: 8E, 4C and EF. RGB value is (142,76,239). Sum of RGB (Red+Green+Blue) = 142+76+239=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E4CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4CEF is #71B310. Grayscale: #717171. Windows color (decimal): -7451409 or 15682702. OLE color: 15682702.

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

Color convert

RGB14276239-
CMYK0.410.6800.06
HSL264.29º83.59%61.76%-
HSV(B)264.29º68.2%93.73%-
XYZ29.3217.1583.43-
YUV114.32198.37147.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 239 (93.75% from 255) = 52.30%
R=31.07%
G=16.63%
B=52.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142762390.410.6800.06264.2983.5961.76
Hex8E4CEF294406108543e
Octal216114357511040641012476
Binary10001110100110011101111101001100010001101000010001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E4CEF;
 }
 .AnyTagClassName
 {
   color: #8E4CEF;
 }
</style>
background-color css

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

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

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

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

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

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