#8E46F9

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

Shades of Blue Violet #8E46F9

Tints of Blue Violet #8E46F9

Color information

#8E46F9 (or 0x8E46F9) is unknown color: approx Blue Violet. HEX triplet: 8E, 46 and F9. RGB value is (142,70,249). Sum of RGB (Red+Green+Blue) = 142+70+249=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E46F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E46F9 is #71B906. Grayscale: #6F6F6F. Windows color (decimal): -7452935 or 16336526. OLE color: 16336526.

HSL color Cylindrical-coordinate representation of color #8E46F9: hue angle of 264.13º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E46F9 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14270249-
CMYK0.430.7200.02
HSL264.13º93.72%62.55%-
HSV(B)264.13º71.89%97.65%-
XYZ30.4416.9791.29-
YUV111.93205.35149.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 70 (27.73% from 255) = 15.18%
BLUE value IS 249 (97.66% from 255) = 54.01%
R=30.80%
G=15.18%
B=54.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142702490.430.7200.02264.1393.7262.55
Hex8E46F92B48021085e3f
Octal216106371531100241013677
Binary1000111010001101111100110101110010000101000010001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E46F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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