#8D40FB

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

Shades of Blue Violet #8D40FB

Tints of Blue Violet #8D40FB

Color information

#8D40FB (or 0x8D40FB) is unknown color: approx Blue Violet. HEX triplet: 8D, 40 and FB. RGB value is (141,64,251). Sum of RGB (Red+Green+Blue) = 141+64+251=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 64 (25.39% from 255 or 14.04% 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 #8D40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D40FB is #72BF04. Grayscale: #6B6B6B. Windows color (decimal): -7520005 or 16466061. OLE color: 16466061.

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

Color convert

RGB14164251-
CMYK0.440.7500.02
HSL264.71º95.9%61.76%-
HSV(B)264.71º74.5%98.43%-
XYZ30.2316.2992.82-
YUV108.34208.51151.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 64 (25.39% from 255) = 14.04%
BLUE value IS 251 (98.44% from 255) = 55.04%
R=30.92%
G=14.04%
B=55.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141642510.440.7500.02264.7195.961.76
Hex8D40FB2C4B02109603e
Octal215100373541130241114076
Binary1000110110000001111101110110010010110101000010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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