Shades of Blue Violet #8F1FFA
Tints of Blue Violet #8F1FFA
RGB
CMYK
RGB Variations
Color information
#8F1FFA (or 0x8F1FFA) is known color: Blue Violet. HEX triplet: 8F, 1F and FA. RGB value is (143,31,250). Sum of RGB (Red+Green+Blue) = 143+31+250=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F1FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1FFA is #70E005. Grayscale: #585858. Windows color (decimal): -7397382 or 16392079. OLE color: 16392079.
HSL color Cylindrical-coordinate representation of color #8F1FFA: hue angle of 270.68º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1FFA is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 31 | 250 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.02 |
| HSL | 270.68º | 0.96% | 0.55% | - |
| HSV(B) | 270.68º | 0.88% | 0.98% | - |
| XYZ | 29.07 | 13.72 | 91.56 | - |
| YUV | 89.45 | 218.61 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 250 | 0.43 | 0.88 | 0 | 0.02 | 270.68 | 0.96 | 0.55 |
| Hex | 8F | 1F | FA | 2B | 58 | 0 | 2 | 10F | 60 | 37 |
| Octal | 217 | 37 | 372 | 53 | 130 | 0 | 2 | 417 | 140 | 67 |
| Binary | 10001111 | 11111 | 11111010 | 101011 | 1011000 | 0 | 10 | 100001111 | 1100000 | 110111 |
Color Harmonies of #8F1FFA
Complementary color
Monochromatic Colors of #8F1FFA
Black with #8F1FFA
Text Example
Text Example
White with #8F1FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1FFA; }
p { color: rgb(143,31,250); }
H1.HeaderClassName
{
color: #8F1FFA;
}
.AnyTagClassName
{
color: #8F1FFA;
}
</style>
background-color css
<style>
a { background-color: #8F1FFA; }
a { background-color: rgb(143,31,250); }
div.DivClassName
{
background-color: #8F1FFA;
}
.BgClassName
{
background-color: #8F1FFA;
}
</style>
border-color css
<style>
span { border-color: #8F1FFA; }
span { border-color: rgb(143,31,250); }
td.TdClassName
{
border-color: #8F1FFA;
}
.TagClassName
{
border-color: #8F1FFA;
}
</style>