Shades of Blue Violet #8F0BFE
Tints of Blue Violet #8F0BFE
RGB
CMYK
RGB Variations
Color information
#8F0BFE (or 0x8F0BFE) is known color: Blue Violet. HEX triplet: 8F, 0B and FE. RGB value is (143,11,254). Sum of RGB (Red+Green+Blue) = 143+11+254=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0BFE is #70F401. Grayscale: #4D4D4D. Windows color (decimal): -7402498 or 16649103. OLE color: 16649103.
HSL color Cylindrical-coordinate representation of color #8F0BFE: hue angle of 272.59º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0BFE is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 11 | 254 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.00 |
| HSL | 272.59º | 0.99% | 0.52% | - |
| HSV(B) | 272.59º | 0.96% | 1% | - |
| XYZ | 29.34 | 13.23 | 94.77 | - |
| YUV | 78.17 | 227.23 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 254 | 0.44 | 0.96 | 0 | 0.00 | 272.59 | 0.99 | 0.52 |
| Hex | 8F | B | FE | 2C | 60 | 0 | 0 | 111 | 63 | 34 |
| Octal | 217 | 13 | 376 | 54 | 140 | 0 | 0 | 421 | 143 | 64 |
| Binary | 10001111 | 1011 | 11111110 | 101100 | 1100000 | 0 | 0 | 100010001 | 1100011 | 110100 |
Color Harmonies of #8F0BFE
Complementary color
Monochromatic Colors of #8F0BFE
Black with #8F0BFE
Text Example
Text Example
White with #8F0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BFE; }
p { color: rgb(143,11,254); }
H1.HeaderClassName
{
color: #8F0BFE;
}
.AnyTagClassName
{
color: #8F0BFE;
}
</style>
background-color css
<style>
a { background-color: #8F0BFE; }
a { background-color: rgb(143,11,254); }
div.DivClassName
{
background-color: #8F0BFE;
}
.BgClassName
{
background-color: #8F0BFE;
}
</style>
border-color css
<style>
span { border-color: #8F0BFE; }
span { border-color: rgb(143,11,254); }
td.TdClassName
{
border-color: #8F0BFE;
}
.TagClassName
{
border-color: #8F0BFE;
}
</style>