#8E46DD

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

Shades of Blue Violet #8E46DD

Tints of Blue Violet #8E46DD

Color information

#8E46DD (or 0x8E46DD) is unknown color: approx Blue Violet. HEX triplet: 8E, 46 and DD. RGB value is (142,70,221). Sum of RGB (Red+Green+Blue) = 142+70+221=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E46DD is #71B922. Grayscale: #6C6C6C. Windows color (decimal): -7452963 or 14501518. OLE color: 14501518.

HSL color Cylindrical-coordinate representation of color #8E46DD: hue angle of 268.61º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E46DD is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14270221-
CMYK0.360.6800.13
HSL268.61º68.95%57.06%-
HSV(B)268.61º68.33%86.67%-
XYZ26.415.3569.98-
YUV108.74191.35151.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 70 (27.73% from 255) = 16.17%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=32.79%
G=16.17%
B=51.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142702210.360.6800.13268.6168.9557.06
Hex8E46DD24440D10d4539
Octal2161063354410401541510571
Binary100011101000110110111011001001000100011011000011011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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