#8F40FB

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

Shades of Blue Violet #8F40FB

Tints of Blue Violet #8F40FB

Color information

#8F40FB (or 0x8F40FB) is unknown color: approx Blue Violet. HEX triplet: 8F, 40 and FB. RGB value is (143,64,251). Sum of RGB (Red+Green+Blue) = 143+64+251=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F40FB is #70BF04. Grayscale: #6C6C6C. Windows color (decimal): -7388933 or 16466063. OLE color: 16466063.

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

Color convert

RGB14364251-
CMYK0.430.7500.02
HSL265.35º95.9%61.76%-
HSV(B)265.35º74.5%98.43%-
XYZ30.5716.4792.83-
YUV108.94208.17152.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.22%
GREEN value IS 64 (25.39% from 255) = 13.97%
BLUE value IS 251 (98.44% from 255) = 54.80%
R=31.22%
G=13.97%
B=54.80%

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
Decimal143642510.430.7500.02265.3595.961.76
Hex8F40FB2B4B02109603e
Octal217100373531130241114076
Binary1000111110000001111101110101110010110101000010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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