Shades of Blue Violet #8F15EF
Tints of Blue Violet #8F15EF
RGB
CMYK
RGB Variations
Color information
#8F15EF (or 0x8F15EF) is known color: Blue Violet. HEX triplet: 8F, 15 and EF. RGB value is (143,21,239). Sum of RGB (Red+Green+Blue) = 143+21+239=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F15EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F15EF is #70EA10. Grayscale: #515151. Windows color (decimal): -7399953 or 15668623. OLE color: 15668623.
HSL color Cylindrical-coordinate representation of color #8F15EF: hue angle of 273.58º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F15EF is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 21 | 239 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.06 |
| HSL | 273.58º | 0.87% | 0.51% | - |
| HSV(B) | 273.58º | 0.91% | 0.94% | - |
| XYZ | 27.18 | 12.61 | 82.66 | - |
| YUV | 82.33 | 216.42 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 239 | 0.40 | 0.91 | 0 | 0.06 | 273.58 | 0.87 | 0.51 |
| Hex | 8F | 15 | EF | 28 | 5B | 0 | 6 | 112 | 57 | 33 |
| Octal | 217 | 25 | 357 | 50 | 133 | 0 | 6 | 422 | 127 | 63 |
| Binary | 10001111 | 10101 | 11101111 | 101000 | 1011011 | 0 | 110 | 100010010 | 1010111 | 110011 |
Color Harmonies of #8F15EF
Complementary color
Monochromatic Colors of #8F15EF
Black with #8F15EF
Text Example
Text Example
White with #8F15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F15EF; }
p { color: rgb(143,21,239); }
H1.HeaderClassName
{
color: #8F15EF;
}
.AnyTagClassName
{
color: #8F15EF;
}
</style>
background-color css
<style>
a { background-color: #8F15EF; }
a { background-color: rgb(143,21,239); }
div.DivClassName
{
background-color: #8F15EF;
}
.BgClassName
{
background-color: #8F15EF;
}
</style>
border-color css
<style>
span { border-color: #8F15EF; }
span { border-color: rgb(143,21,239); }
td.TdClassName
{
border-color: #8F15EF;
}
.TagClassName
{
border-color: #8F15EF;
}
</style>