#8E3FFB

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

Shades of Blue Violet #8E3FFB

Tints of Blue Violet #8E3FFB

Color information

#8E3FFB (or 0x8E3FFB) is unknown color: approx Blue Violet. HEX triplet: 8E, 3F and FB. RGB value is (142,63,251). Sum of RGB (Red+Green+Blue) = 142+63+251=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E3FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3FFB is #71C004. Grayscale: #6B6B6B. Windows color (decimal): -7454725 or 16465806. OLE color: 16465806.

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

Color convert

RGB14263251-
CMYK0.430.7500.02
HSL265.21º95.92%61.57%-
HSV(B)265.21º74.9%98.43%-
XYZ30.3516.2792.81-
YUV108.05208.67152.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.14%
GREEN value IS 63 (25% from 255) = 13.82%
BLUE value IS 251 (98.44% from 255) = 55.04%
R=31.14%
G=13.82%
B=55.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142632510.430.7500.02265.2195.9261.57
Hex8E3FFB2B4B02109603e
Octal21677373531130241114076
Binary100011101111111111101110101110010110101000010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,63,251); }

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

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

 a { background-color: rgb(142,63,251); }

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

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

 span { border-color: rgb(142,63,251); }

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