Shades of Blue Violet #8F0DFB
Tints of Blue Violet #8F0DFB
RGB
CMYK
RGB Variations
Color information
#8F0DFB (or 0x8F0DFB) is known color: Blue Violet. HEX triplet: 8F, 0D and FB. RGB value is (143,13,251). Sum of RGB (Red+Green+Blue) = 143+13+251=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F0DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0DFB is #70F204. Grayscale: #4E4E4E. Windows color (decimal): -7401989 or 16453007. OLE color: 16453007.
HSL color Cylindrical-coordinate representation of color #8F0DFB: hue angle of 272.77º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0DFB is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 13 | 251 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.02 |
| HSL | 272.77º | 0.97% | 0.52% | - |
| HSV(B) | 272.77º | 0.95% | 0.98% | - |
| XYZ | 28.88 | 13.09 | 92.27 | - |
| YUV | 79 | 225.07 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 251 | 0.43 | 0.95 | 0 | 0.02 | 272.77 | 0.97 | 0.52 |
| Hex | 8F | D | FB | 2B | 5F | 0 | 2 | 111 | 61 | 34 |
| Octal | 217 | 15 | 373 | 53 | 137 | 0 | 2 | 421 | 141 | 64 |
| Binary | 10001111 | 1101 | 11111011 | 101011 | 1011111 | 0 | 10 | 100010001 | 1100001 | 110100 |
Color Harmonies of #8F0DFB
Complementary color
Monochromatic Colors of #8F0DFB
Black with #8F0DFB
Text Example
Text Example
White with #8F0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0DFB; }
p { color: rgb(143,13,251); }
H1.HeaderClassName
{
color: #8F0DFB;
}
.AnyTagClassName
{
color: #8F0DFB;
}
</style>
background-color css
<style>
a { background-color: #8F0DFB; }
a { background-color: rgb(143,13,251); }
div.DivClassName
{
background-color: #8F0DFB;
}
.BgClassName
{
background-color: #8F0DFB;
}
</style>
border-color css
<style>
span { border-color: #8F0DFB; }
span { border-color: rgb(143,13,251); }
td.TdClassName
{
border-color: #8F0DFB;
}
.TagClassName
{
border-color: #8F0DFB;
}
</style>