Shades of Blue Violet #8F1CEF
Tints of Blue Violet #8F1CEF
RGB
CMYK
RGB Variations
Color information
#8F1CEF (or 0x8F1CEF) is known color: Blue Violet. HEX triplet: 8F, 1C and EF. RGB value is (143,28,239). Sum of RGB (Red+Green+Blue) = 143+28+239=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F1CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1CEF is #70E310. Grayscale: #555555. Windows color (decimal): -7398161 or 15670415. OLE color: 15670415.
HSL color Cylindrical-coordinate representation of color #8F1CEF: hue angle of 272.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1CEF is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 28 | 239 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.06 |
| HSL | 272.7º | 0.87% | 0.52% | - |
| HSV(B) | 272.7º | 0.88% | 0.94% | - |
| XYZ | 27.32 | 12.9 | 82.71 | - |
| YUV | 86.44 | 214.1 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 239 | 0.40 | 0.88 | 0 | 0.06 | 272.7 | 0.87 | 0.52 |
| Hex | 8F | 1C | EF | 28 | 58 | 0 | 6 | 111 | 57 | 34 |
| Octal | 217 | 34 | 357 | 50 | 130 | 0 | 6 | 421 | 127 | 64 |
| Binary | 10001111 | 11100 | 11101111 | 101000 | 1011000 | 0 | 110 | 100010001 | 1010111 | 110100 |
Color Harmonies of #8F1CEF
Complementary color
Monochromatic Colors of #8F1CEF
Black with #8F1CEF
Text Example
Text Example
White with #8F1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1CEF; }
p { color: rgb(143,28,239); }
H1.HeaderClassName
{
color: #8F1CEF;
}
.AnyTagClassName
{
color: #8F1CEF;
}
</style>
background-color css
<style>
a { background-color: #8F1CEF; }
a { background-color: rgb(143,28,239); }
div.DivClassName
{
background-color: #8F1CEF;
}
.BgClassName
{
background-color: #8F1CEF;
}
</style>
border-color css
<style>
span { border-color: #8F1CEF; }
span { border-color: rgb(143,28,239); }
td.TdClassName
{
border-color: #8F1CEF;
}
.TagClassName
{
border-color: #8F1CEF;
}
</style>