Shades of Blue Violet #8F0CFE
Tints of Blue Violet #8F0CFE
RGB
CMYK
RGB Variations
Color information
#8F0CFE (or 0x8F0CFE) is known color: Blue Violet. HEX triplet: 8F, 0C and FE. RGB value is (143,12,254). Sum of RGB (Red+Green+Blue) = 143+12+254=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F0CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0CFE is #70F301. Grayscale: #4D4D4D. Windows color (decimal): -7402242 or 16649359. OLE color: 16649359.
HSL color Cylindrical-coordinate representation of color #8F0CFE: hue angle of 272.48º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0CFE is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 12 | 254 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.00 |
| HSL | 272.48º | 0.99% | 0.52% | - |
| HSV(B) | 272.48º | 0.95% | 1% | - |
| XYZ | 29.35 | 13.26 | 94.78 | - |
| YUV | 78.76 | 226.9 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 254 | 0.44 | 0.95 | 0 | 0.00 | 272.48 | 0.99 | 0.52 |
| Hex | 8F | C | FE | 2C | 5F | 0 | 0 | 110 | 63 | 34 |
| Octal | 217 | 14 | 376 | 54 | 137 | 0 | 0 | 420 | 143 | 64 |
| Binary | 10001111 | 1100 | 11111110 | 101100 | 1011111 | 0 | 0 | 100010000 | 1100011 | 110100 |
Color Harmonies of #8F0CFE
Complementary color
Monochromatic Colors of #8F0CFE
Black with #8F0CFE
Text Example
Text Example
White with #8F0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CFE; }
p { color: rgb(143,12,254); }
H1.HeaderClassName
{
color: #8F0CFE;
}
.AnyTagClassName
{
color: #8F0CFE;
}
</style>
background-color css
<style>
a { background-color: #8F0CFE; }
a { background-color: rgb(143,12,254); }
div.DivClassName
{
background-color: #8F0CFE;
}
.BgClassName
{
background-color: #8F0CFE;
}
</style>
border-color css
<style>
span { border-color: #8F0CFE; }
span { border-color: rgb(143,12,254); }
td.TdClassName
{
border-color: #8F0CFE;
}
.TagClassName
{
border-color: #8F0CFE;
}
</style>