Shades of Blue Violet #8F13EC
Tints of Blue Violet #8F13EC
RGB
CMYK
RGB Variations
Color information
#8F13EC (or 0x8F13EC) is known color: Blue Violet. HEX triplet: 8F, 13 and EC. RGB value is (143,19,236). Sum of RGB (Red+Green+Blue) = 143+19+236=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F13EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F13EC is #70EC13. Grayscale: #505050. Windows color (decimal): -7400468 or 15471503. OLE color: 15471503.
HSL color Cylindrical-coordinate representation of color #8F13EC: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F13EC is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 19 | 236 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.07 |
| HSL | 274.29º | 0.85% | 0.5% | - |
| HSV(B) | 274.29º | 0.92% | 0.93% | - |
| XYZ | 26.7 | 12.36 | 80.34 | - |
| YUV | 80.81 | 215.58 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 236 | 0.39 | 0.92 | 0 | 0.07 | 274.29 | 0.85 | 0.5 |
| Hex | 8F | 13 | EC | 27 | 5C | 0 | 7 | 112 | 55 | 32 |
| Octal | 217 | 23 | 354 | 47 | 134 | 0 | 7 | 422 | 125 | 62 |
| Binary | 10001111 | 10011 | 11101100 | 100111 | 1011100 | 0 | 111 | 100010010 | 1010101 | 110010 |
Color Harmonies of #8F13EC
Complementary color
Monochromatic Colors of #8F13EC
Black with #8F13EC
Text Example
Text Example
White with #8F13EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F13EC; }
p { color: rgb(143,19,236); }
H1.HeaderClassName
{
color: #8F13EC;
}
.AnyTagClassName
{
color: #8F13EC;
}
</style>
background-color css
<style>
a { background-color: #8F13EC; }
a { background-color: rgb(143,19,236); }
div.DivClassName
{
background-color: #8F13EC;
}
.BgClassName
{
background-color: #8F13EC;
}
</style>
border-color css
<style>
span { border-color: #8F13EC; }
span { border-color: rgb(143,19,236); }
td.TdClassName
{
border-color: #8F13EC;
}
.TagClassName
{
border-color: #8F13EC;
}
</style>