#8E38E4

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

Shades of Blue Violet #8E38E4

Tints of Blue Violet #8E38E4

Color information

#8E38E4 (or 0x8E38E4) is unknown color: approx Blue Violet. HEX triplet: 8E, 38 and E4. RGB value is (142,56,228). Sum of RGB (Red+Green+Blue) = 142+56+228=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #8E38E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E38E4 is #71C71B. Grayscale: #646464. Windows color (decimal): -7456540 or 14956686. OLE color: 14956686.

HSL color Cylindrical-coordinate representation of color #8E38E4: hue angle of 270º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E38E4 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14256228-
CMYK0.380.7500.11
HSL270º76.11%55.69%-
HSV(B)270º75.44%89.41%-
XYZ26.5714.1874.74-
YUV101.32199.49157.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 13.15%
BLUE value IS 228 (89.45% from 255) = 53.52%
R=33.33%
G=13.15%
B=53.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142562280.380.7500.1127076.1155.69
Hex8E38E4264B0B10e4c38
Octal216703444611301341611470
Binary10001110111000111001001001101001011010111000011101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E38E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,228); }

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

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

 a { background-color: rgb(142,56,228); }

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

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

 span { border-color: rgb(142,56,228); }

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