Shades of Blue Violet #8F17FA
Tints of Blue Violet #8F17FA
RGB
CMYK
RGB Variations
Color information
#8F17FA (or 0x8F17FA) is known color: Blue Violet. HEX triplet: 8F, 17 and FA. RGB value is (143,23,250). Sum of RGB (Red+Green+Blue) = 143+23+250=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F17FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F17FA is #70E805. Grayscale: #535353. Windows color (decimal): -7399430 or 16390031. OLE color: 16390031.
HSL color Cylindrical-coordinate representation of color #8F17FA: hue angle of 271.72º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F17FA is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 23 | 250 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.02 |
| HSL | 271.72º | 0.96% | 0.54% | - |
| HSV(B) | 271.72º | 0.91% | 0.98% | - |
| XYZ | 28.89 | 13.35 | 91.5 | - |
| YUV | 84.76 | 221.26 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 250 | 0.43 | 0.91 | 0 | 0.02 | 271.72 | 0.96 | 0.54 |
| Hex | 8F | 17 | FA | 2B | 5B | 0 | 2 | 110 | 60 | 36 |
| Octal | 217 | 27 | 372 | 53 | 133 | 0 | 2 | 420 | 140 | 66 |
| Binary | 10001111 | 10111 | 11111010 | 101011 | 1011011 | 0 | 10 | 100010000 | 1100000 | 110110 |
Color Harmonies of #8F17FA
Complementary color
Monochromatic Colors of #8F17FA
Black with #8F17FA
Text Example
Text Example
White with #8F17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F17FA; }
p { color: rgb(143,23,250); }
H1.HeaderClassName
{
color: #8F17FA;
}
.AnyTagClassName
{
color: #8F17FA;
}
</style>
background-color css
<style>
a { background-color: #8F17FA; }
a { background-color: rgb(143,23,250); }
div.DivClassName
{
background-color: #8F17FA;
}
.BgClassName
{
background-color: #8F17FA;
}
</style>
border-color css
<style>
span { border-color: #8F17FA; }
span { border-color: rgb(143,23,250); }
td.TdClassName
{
border-color: #8F17FA;
}
.TagClassName
{
border-color: #8F17FA;
}
</style>