#8e3bf4

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

Shades of Blue Violet #8E3BF4

Tints of Blue Violet #8E3BF4

Color information

#8E3BF4 (or 0x8E3BF4) is unknown color: approx Blue Violet. HEX triplet: 8E, 3B and F4. RGB value is (142,59,244). Sum of RGB (Red+Green+Blue) = 142+59+244=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 244 (95.70% from 255 or 54.83% from 445); Max value from RGB is 244 - color contains mainly: blue. Hex color #8E3BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3BF4 is #71C40B. Grayscale: #686868. Windows color (decimal): -7455756 or 16006030. OLE color: 16006030.

HSL color Cylindrical-coordinate representation of color #8E3BF4: hue angle of 266.92º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E3BF4 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14259244-
CMYK0.420.7600.04
HSL266.92º89.37%59.41%-
HSV(B)266.92º75.82%95.69%-
XYZ29.0515.4187.03-
YUV104.91206.5154.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 59 (23.44% from 255) = 13.26%
BLUE value IS 244 (95.70% from 255) = 54.83%
R=31.91%
G=13.26%
B=54.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal142592440.420.7600.04266.9289.3759.41
Hex8E3BF42A4C0410b593b
Octal21673364521140441313173
Binary1000111011101111110100101010100110001001000010111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e3bf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,59,244); }

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

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

 a { background-color: rgb(142,59,244); }

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

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

 span { border-color: rgb(142,59,244); }

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