#8E46D8

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

Shades of Blue Violet #8E46D8

Tints of Blue Violet #8E46D8

Color information

#8E46D8 (or 0x8E46D8) is unknown color: approx Blue Violet. HEX triplet: 8E, 46 and D8. RGB value is (142,70,216). Sum of RGB (Red+Green+Blue) = 142+70+216=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #8E46D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E46D8 is #71B927. Grayscale: #6B6B6B. Windows color (decimal): -7452968 or 14173838. OLE color: 14173838.

HSL color Cylindrical-coordinate representation of color #8E46D8: hue angle of 269.59º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E46D8 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14270216-
CMYK0.340.6800.15
HSL269.59º65.18%56.08%-
HSV(B)269.59º67.59%84.71%-
XYZ25.7415.0966.52-
YUV108.17188.85152.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 70 (27.73% from 255) = 16.36%
BLUE value IS 216 (84.77% from 255) = 50.47%
R=33.18%
G=16.36%
B=50.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142702160.340.6800.15269.5965.1856.08
Hex8E46D822440F10e4138
Octal2161063304210401741610170
Binary100011101000110110110001000101000100011111000011101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E46D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,70,216); }

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

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

 a { background-color: rgb(142,70,216); }

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

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

 span { border-color: rgb(142,70,216); }

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