#8E2FF3

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

Shades of Blue Violet #8E2FF3

Tints of Blue Violet #8E2FF3

Color information

#8E2FF3 (or 0x8E2FF3) is unknown color: approx Blue Violet. HEX triplet: 8E, 2F and F3. RGB value is (142,47,243). Sum of RGB (Red+Green+Blue) = 142+47+243=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #8E2FF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2FF3 is #71D00C. Grayscale: #616161. Windows color (decimal): -7458829 or 15937422. OLE color: 15937422.

HSL color Cylindrical-coordinate representation of color #8E2FF3: hue angle of 269.08º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E2FF3 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14247243-
CMYK0.420.8100.05
HSL269.08º89.09%56.86%-
HSV(B)269.08º80.66%95.29%-
XYZ28.3514.2586.05-
YUV97.75209.97159.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 47 (18.75% from 255) = 10.88%
BLUE value IS 243 (95.31% from 255) = 56.25%
R=32.87%
G=10.88%
B=56.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142472430.420.8100.05269.0889.0956.86
Hex8E2FF32A510510d5939
Octal21657363521210541513171
Binary1000111010111111110011101010101000101011000011011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,47,243); }

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

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

 a { background-color: rgb(142,47,243); }

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

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

 span { border-color: rgb(142,47,243); }

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