#8E38ED

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

Shades of Blue Violet #8E38ED

Tints of Blue Violet #8E38ED

Color information

#8E38ED (or 0x8E38ED) is unknown color: approx Blue Violet. HEX triplet: 8E, 38 and ED. RGB value is (142,56,237). Sum of RGB (Red+Green+Blue) = 142+56+237=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E38ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E38ED is #71C712. Grayscale: #656565. Windows color (decimal): -7456531 or 15546510. OLE color: 15546510.

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

Color convert

RGB14256237-
CMYK0.400.7600.07
HSL268.51º83.41%57.45%-
HSV(B)268.51º76.37%92.94%-
XYZ27.8614.6981.49-
YUV102.35203.99156.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 56 (22.27% from 255) = 12.87%
BLUE value IS 237 (92.97% from 255) = 54.48%
R=32.64%
G=12.87%
B=54.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142562370.400.7600.07268.5183.4157.45
Hex8E38ED284C0710d5339
Octal21670355501140741512371
Binary1000111011100011101101101000100110001111000011011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E38ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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