#8E40FB

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

Shades of Blue Violet #8E40FB

Tints of Blue Violet #8E40FB

Color information

#8E40FB (or 0x8E40FB) is unknown color: approx Blue Violet. HEX triplet: 8E, 40 and FB. RGB value is (142,64,251). Sum of RGB (Red+Green+Blue) = 142+64+251=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E40FB is #71BF04. Grayscale: #6B6B6B. Windows color (decimal): -7454469 or 16466062. OLE color: 16466062.

HSL color Cylindrical-coordinate representation of color #8E40FB: hue angle of 265.03º 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 #8E40FB is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14264251-
CMYK0.430.7500.02
HSL265.03º95.9%61.76%-
HSV(B)265.03º74.5%98.43%-
XYZ30.416.3892.83-
YUV108.64208.34151.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 64 (25.39% from 255) = 14.00%
BLUE value IS 251 (98.44% from 255) = 54.92%
R=31.07%
G=14.00%
B=54.92%

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
Decimal142642510.430.7500.02265.0395.961.76
Hex8E40FB2B4B02109603e
Octal216100373531130241114076
Binary1000111010000001111101110101110010110101000010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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