Shades of Blue Violet #8F10FB
Tints of Blue Violet #8F10FB
RGB
CMYK
RGB Variations
Color information
#8F10FB (or 0x8F10FB) is known color: Blue Violet. HEX triplet: 8F, 10 and FB. RGB value is (143,16,251). Sum of RGB (Red+Green+Blue) = 143+16+251=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F10FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F10FB is #70EF04. Grayscale: #4F4F4F. Windows color (decimal): -7401221 or 16453775. OLE color: 16453775.
HSL color Cylindrical-coordinate representation of color #8F10FB: hue angle of 272.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F10FB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 16 | 251 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.02 |
| HSL | 272.43º | 0.97% | 0.52% | - |
| HSV(B) | 272.43º | 0.94% | 0.98% | - |
| XYZ | 28.93 | 13.18 | 92.29 | - |
| YUV | 80.76 | 224.08 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 251 | 0.43 | 0.94 | 0 | 0.02 | 272.43 | 0.97 | 0.52 |
| Hex | 8F | 10 | FB | 2B | 5E | 0 | 2 | 110 | 61 | 34 |
| Octal | 217 | 20 | 373 | 53 | 136 | 0 | 2 | 420 | 141 | 64 |
| Binary | 10001111 | 10000 | 11111011 | 101011 | 1011110 | 0 | 10 | 100010000 | 1100001 | 110100 |
Color Harmonies of #8F10FB
Complementary color
Monochromatic Colors of #8F10FB
Black with #8F10FB
Text Example
Text Example
White with #8F10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F10FB; }
p { color: rgb(143,16,251); }
H1.HeaderClassName
{
color: #8F10FB;
}
.AnyTagClassName
{
color: #8F10FB;
}
</style>
background-color css
<style>
a { background-color: #8F10FB; }
a { background-color: rgb(143,16,251); }
div.DivClassName
{
background-color: #8F10FB;
}
.BgClassName
{
background-color: #8F10FB;
}
</style>
border-color css
<style>
span { border-color: #8F10FB; }
span { border-color: rgb(143,16,251); }
td.TdClassName
{
border-color: #8F10FB;
}
.TagClassName
{
border-color: #8F10FB;
}
</style>