Shades of Blue Violet #8F40FD
Tints of Blue Violet #8F40FD
RGB
CMYK
RGB Variations
Color information
#8F40FD (or 0x8F40FD) is known color: Blue Violet. HEX triplet: 8F, 40 and FD. RGB value is (143,64,253). Sum of RGB (Red+Green+Blue) = 143+64+253=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F40FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F40FD is #70BF02. Grayscale: #6C6C6C. Windows color (decimal): -7388931 or 16597135. OLE color: 16597135.
HSL color Cylindrical-coordinate representation of color #8F40FD: hue angle of 265.08º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F40FD is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 64 | 253 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.01 |
| HSL | 265.08º | 0.98% | 0.62% | - |
| HSV(B) | 265.08º | 0.75% | 0.99% | - |
| XYZ | 30.89 | 16.6 | 94.5 | - |
| YUV | 109.17 | 209.17 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 253 | 0.43 | 0.75 | 0 | 0.01 | 265.08 | 0.98 | 0.62 |
| Hex | 8F | 40 | FD | 2B | 4B | 0 | 1 | 109 | 62 | 3E |
| Octal | 217 | 100 | 375 | 53 | 113 | 0 | 1 | 411 | 142 | 76 |
| Binary | 10001111 | 1000000 | 11111101 | 101011 | 1001011 | 0 | 1 | 100001001 | 1100010 | 111110 |
Color Harmonies of #8F40FD
Complementary color
Monochromatic Colors of #8F40FD
Black with #8F40FD
Text Example
Text Example
White with #8F40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F40FD; }
p { color: rgb(143,64,253); }
H1.HeaderClassName
{
color: #8F40FD;
}
.AnyTagClassName
{
color: #8F40FD;
}
</style>
background-color css
<style>
a { background-color: #8F40FD; }
a { background-color: rgb(143,64,253); }
div.DivClassName
{
background-color: #8F40FD;
}
.BgClassName
{
background-color: #8F40FD;
}
</style>
border-color css
<style>
span { border-color: #8F40FD; }
span { border-color: rgb(143,64,253); }
td.TdClassName
{
border-color: #8F40FD;
}
.TagClassName
{
border-color: #8F40FD;
}
</style>