Shades of Blue Violet #8F2DFC
Tints of Blue Violet #8F2DFC
RGB
CMYK
RGB Variations
Color information
#8F2DFC (or 0x8F2DFC) is known color: Blue Violet. HEX triplet: 8F, 2D and FC. RGB value is (143,45,252). Sum of RGB (Red+Green+Blue) = 143+45+252=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F2DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2DFC is #70D203. Grayscale: #616161. Windows color (decimal): -7393796 or 16526735. OLE color: 16526735.
HSL color Cylindrical-coordinate representation of color #8F2DFC: hue angle of 268.41º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F2DFC is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 45 | 252 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.01 |
| HSL | 268.41º | 0.97% | 0.58% | - |
| HSV(B) | 268.41º | 0.82% | 0.99% | - |
| XYZ | 29.84 | 14.74 | 93.37 | - |
| YUV | 97.9 | 214.97 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 252 | 0.43 | 0.82 | 0 | 0.01 | 268.41 | 0.97 | 0.58 |
| Hex | 8F | 2D | FC | 2B | 52 | 0 | 1 | 10C | 61 | 3A |
| Octal | 217 | 55 | 374 | 53 | 122 | 0 | 1 | 414 | 141 | 72 |
| Binary | 10001111 | 101101 | 11111100 | 101011 | 1010010 | 0 | 1 | 100001100 | 1100001 | 111010 |
Color Harmonies of #8F2DFC
Complementary color
Monochromatic Colors of #8F2DFC
Black with #8F2DFC
Text Example
Text Example
White with #8F2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2DFC; }
p { color: rgb(143,45,252); }
H1.HeaderClassName
{
color: #8F2DFC;
}
.AnyTagClassName
{
color: #8F2DFC;
}
</style>
background-color css
<style>
a { background-color: #8F2DFC; }
a { background-color: rgb(143,45,252); }
div.DivClassName
{
background-color: #8F2DFC;
}
.BgClassName
{
background-color: #8F2DFC;
}
</style>
border-color css
<style>
span { border-color: #8F2DFC; }
span { border-color: rgb(143,45,252); }
td.TdClassName
{
border-color: #8F2DFC;
}
.TagClassName
{
border-color: #8F2DFC;
}
</style>