Shades of Blue Violet #8F0DF8
Tints of Blue Violet #8F0DF8
RGB
CMYK
RGB Variations
Color information
#8F0DF8 (or 0x8F0DF8) is known color: Blue Violet. HEX triplet: 8F, 0D and F8. RGB value is (143,13,248). Sum of RGB (Red+Green+Blue) = 143+13+248=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 248 (97.27% from 255 or 61.39% from 404); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F0DF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0DF8 is #70F207. Grayscale: #4D4D4D. Windows color (decimal): -7401992 or 16256399. OLE color: 16256399.
HSL color Cylindrical-coordinate representation of color #8F0DF8: hue angle of 273.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0DF8 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 13 | 248 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.03 |
| HSL | 273.19º | 0.94% | 0.51% | - |
| HSV(B) | 273.19º | 0.95% | 0.97% | - |
| XYZ | 28.41 | 12.9 | 89.8 | - |
| YUV | 78.66 | 223.57 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 248 | 0.42 | 0.95 | 0 | 0.03 | 273.19 | 0.94 | 0.51 |
| Hex | 8F | D | F8 | 2A | 5F | 0 | 3 | 111 | 5E | 33 |
| Octal | 217 | 15 | 370 | 52 | 137 | 0 | 3 | 421 | 136 | 63 |
| Binary | 10001111 | 1101 | 11111000 | 101010 | 1011111 | 0 | 11 | 100010001 | 1011110 | 110011 |
Color Harmonies of #8F0DF8
Complementary color
Monochromatic Colors of #8F0DF8
Black with #8F0DF8
Text Example
Text Example
White with #8F0DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0DF8; }
p { color: rgb(143,13,248); }
H1.HeaderClassName
{
color: #8F0DF8;
}
.AnyTagClassName
{
color: #8F0DF8;
}
</style>
background-color css
<style>
a { background-color: #8F0DF8; }
a { background-color: rgb(143,13,248); }
div.DivClassName
{
background-color: #8F0DF8;
}
.BgClassName
{
background-color: #8F0DF8;
}
</style>
border-color css
<style>
span { border-color: #8F0DF8; }
span { border-color: rgb(143,13,248); }
td.TdClassName
{
border-color: #8F0DF8;
}
.TagClassName
{
border-color: #8F0DF8;
}
</style>