Shades of Blue Violet #8F10FA
Tints of Blue Violet #8F10FA
RGB
CMYK
RGB Variations
Color information
#8F10FA (or 0x8F10FA) is known color: Blue Violet. HEX triplet: 8F, 10 and FA. RGB value is (143,16,250). Sum of RGB (Red+Green+Blue) = 143+16+250=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F10FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F10FA is #70EF05. Grayscale: #4F4F4F. Windows color (decimal): -7401222 or 16388239. OLE color: 16388239.
HSL color Cylindrical-coordinate representation of color #8F10FA: hue angle of 272.56º degrees, saturation: 0.96, 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 #8F10FA is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 16 | 250 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.02 |
| HSL | 272.56º | 0.96% | 0.52% | - |
| HSV(B) | 272.56º | 0.94% | 0.98% | - |
| XYZ | 28.77 | 13.11 | 91.46 | - |
| YUV | 80.65 | 223.58 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 250 | 0.43 | 0.94 | 0 | 0.02 | 272.56 | 0.96 | 0.52 |
| Hex | 8F | 10 | FA | 2B | 5E | 0 | 2 | 111 | 60 | 34 |
| Octal | 217 | 20 | 372 | 53 | 136 | 0 | 2 | 421 | 140 | 64 |
| Binary | 10001111 | 10000 | 11111010 | 101011 | 1011110 | 0 | 10 | 100010001 | 1100000 | 110100 |
Color Harmonies of #8F10FA
Complementary color
Monochromatic Colors of #8F10FA
Black with #8F10FA
Text Example
Text Example
White with #8F10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F10FA; }
p { color: rgb(143,16,250); }
H1.HeaderClassName
{
color: #8F10FA;
}
.AnyTagClassName
{
color: #8F10FA;
}
</style>
background-color css
<style>
a { background-color: #8F10FA; }
a { background-color: rgb(143,16,250); }
div.DivClassName
{
background-color: #8F10FA;
}
.BgClassName
{
background-color: #8F10FA;
}
</style>
border-color css
<style>
span { border-color: #8F10FA; }
span { border-color: rgb(143,16,250); }
td.TdClassName
{
border-color: #8F10FA;
}
.TagClassName
{
border-color: #8F10FA;
}
</style>