Shades of Blue Violet #8F17FF
Tints of Blue Violet #8F17FF
RGB
CMYK
RGB Variations
Color information
#8F17FF (or 0x8F17FF) is known color: Blue Violet. HEX triplet: 8F, 17 and FF. RGB value is (143,23,255). Sum of RGB (Red+Green+Blue) = 143+23+255=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F17FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F17FF is #70E800. Grayscale: #545454. Windows color (decimal): -7399425 or 16717711. OLE color: 16717711.
HSL color Cylindrical-coordinate representation of color #8F17FF: hue angle of 271.03º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F17FF is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 23 | 255 | - |
| CMYK | 0.44 | 0.91 | 0 | 0 |
| HSL | 271.03º | 1% | 0.55% | - |
| HSV(B) | 271.03º | 0.91% | 1% | - |
| XYZ | 29.68 | 13.67 | 95.68 | - |
| YUV | 85.33 | 223.76 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 255 | 0.44 | 0.91 | 0 | 0 | 271.03 | 1 | 0.55 |
| Hex | 8F | 17 | FF | 2C | 5B | 0 | 0 | 10F | 64 | 37 |
| Octal | 217 | 27 | 377 | 54 | 133 | 0 | 0 | 417 | 144 | 67 |
| Binary | 10001111 | 10111 | 11111111 | 101100 | 1011011 | 0 | 0 | 100001111 | 1100100 | 110111 |
Color Harmonies of #8F17FF
Complementary color
Monochromatic Colors of #8F17FF
Black with #8F17FF
Text Example
Text Example
White with #8F17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F17FF; }
p { color: rgb(143,23,255); }
H1.HeaderClassName
{
color: #8F17FF;
}
.AnyTagClassName
{
color: #8F17FF;
}
</style>
background-color css
<style>
a { background-color: #8F17FF; }
a { background-color: rgb(143,23,255); }
div.DivClassName
{
background-color: #8F17FF;
}
.BgClassName
{
background-color: #8F17FF;
}
</style>
border-color css
<style>
span { border-color: #8F17FF; }
span { border-color: rgb(143,23,255); }
td.TdClassName
{
border-color: #8F17FF;
}
.TagClassName
{
border-color: #8F17FF;
}
</style>