Shades of Blue Violet #8F0DF7
Tints of Blue Violet #8F0DF7
RGB
CMYK
RGB Variations
Color information
#8F0DF7 (or 0x8F0DF7) is known color: Blue Violet. HEX triplet: 8F, 0D and F7. RGB value is (143,13,247). Sum of RGB (Red+Green+Blue) = 143+13+247=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 247 (96.88% from 255 or 61.29% from 403); Max value from RGB is 247 - color contains mainly: blue. Hex color #8F0DF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0DF7 is #70F208. Grayscale: #4D4D4D. Windows color (decimal): -7401993 or 16190863. OLE color: 16190863.
HSL color Cylindrical-coordinate representation of color #8F0DF7: hue angle of 273.33º 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 #8F0DF7 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 13 | 247 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.03 |
| HSL | 273.33º | 0.94% | 0.51% | - |
| HSV(B) | 273.33º | 0.95% | 0.97% | - |
| XYZ | 28.26 | 12.84 | 88.99 | - |
| YUV | 78.55 | 223.07 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 247 | 0.42 | 0.95 | 0 | 0.03 | 273.33 | 0.94 | 0.51 |
| Hex | 8F | D | F7 | 2A | 5F | 0 | 3 | 111 | 5E | 33 |
| Octal | 217 | 15 | 367 | 52 | 137 | 0 | 3 | 421 | 136 | 63 |
| Binary | 10001111 | 1101 | 11110111 | 101010 | 1011111 | 0 | 11 | 100010001 | 1011110 | 110011 |
Color Harmonies of #8F0DF7
Complementary color
Monochromatic Colors of #8F0DF7
Black with #8F0DF7
Text Example
Text Example
White with #8F0DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0DF7; }
p { color: rgb(143,13,247); }
H1.HeaderClassName
{
color: #8F0DF7;
}
.AnyTagClassName
{
color: #8F0DF7;
}
</style>
background-color css
<style>
a { background-color: #8F0DF7; }
a { background-color: rgb(143,13,247); }
div.DivClassName
{
background-color: #8F0DF7;
}
.BgClassName
{
background-color: #8F0DF7;
}
</style>
border-color css
<style>
span { border-color: #8F0DF7; }
span { border-color: rgb(143,13,247); }
td.TdClassName
{
border-color: #8F0DF7;
}
.TagClassName
{
border-color: #8F0DF7;
}
</style>