Shades of Blue Violet #8F0EF2
Tints of Blue Violet #8F0EF2
RGB
CMYK
RGB Variations
Color information
#8F0EF2 (or 0x8F0EF2) is known color: Blue Violet. HEX triplet: 8F, 0E and F2. RGB value is (143,14,242). Sum of RGB (Red+Green+Blue) = 143+14+242=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 242 (94.92% from 255 or 60.65% from 399); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F0EF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0EF2 is #70F10D. Grayscale: #4D4D4D. Windows color (decimal): -7401742 or 15863439. OLE color: 15863439.
HSL color Cylindrical-coordinate representation of color #8F0EF2: hue angle of 273.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0EF2 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 14 | 242 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.05 |
| HSL | 273.95º | 0.9% | 0.5% | - |
| HSV(B) | 273.95º | 0.94% | 0.95% | - |
| XYZ | 27.51 | 12.56 | 84.98 | - |
| YUV | 78.56 | 220.24 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 242 | 0.41 | 0.94 | 0 | 0.05 | 273.95 | 0.9 | 0.5 |
| Hex | 8F | E | F2 | 29 | 5E | 0 | 5 | 112 | 5A | 32 |
| Octal | 217 | 16 | 362 | 51 | 136 | 0 | 5 | 422 | 132 | 62 |
| Binary | 10001111 | 1110 | 11110010 | 101001 | 1011110 | 0 | 101 | 100010010 | 1011010 | 110010 |
Color Harmonies of #8F0EF2
Complementary color
Monochromatic Colors of #8F0EF2
Black with #8F0EF2
Text Example
Text Example
White with #8F0EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0EF2; }
p { color: rgb(143,14,242); }
H1.HeaderClassName
{
color: #8F0EF2;
}
.AnyTagClassName
{
color: #8F0EF2;
}
</style>
background-color css
<style>
a { background-color: #8F0EF2; }
a { background-color: rgb(143,14,242); }
div.DivClassName
{
background-color: #8F0EF2;
}
.BgClassName
{
background-color: #8F0EF2;
}
</style>
border-color css
<style>
span { border-color: #8F0EF2; }
span { border-color: rgb(143,14,242); }
td.TdClassName
{
border-color: #8F0EF2;
}
.TagClassName
{
border-color: #8F0EF2;
}
</style>