Shades of Blue Violet #8F13FE
Tints of Blue Violet #8F13FE
RGB
CMYK
RGB Variations
Color information
#8F13FE (or 0x8F13FE) is known color: Blue Violet. HEX triplet: 8F, 13 and FE. RGB value is (143,19,254). Sum of RGB (Red+Green+Blue) = 143+19+254=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F13FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F13FE is #70EC01. Grayscale: #525252. Windows color (decimal): -7400450 or 16651151. OLE color: 16651151.
HSL color Cylindrical-coordinate representation of color #8F13FE: hue angle of 271.66º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F13FE is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 19 | 254 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.00 |
| HSL | 271.66º | 0.99% | 0.54% | - |
| HSV(B) | 271.66º | 0.93% | 1% | - |
| XYZ | 29.45 | 13.46 | 94.81 | - |
| YUV | 82.87 | 224.58 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 254 | 0.44 | 0.93 | 0 | 0.00 | 271.66 | 0.99 | 0.54 |
| Hex | 8F | 13 | FE | 2C | 5D | 0 | 0 | 110 | 63 | 36 |
| Octal | 217 | 23 | 376 | 54 | 135 | 0 | 0 | 420 | 143 | 66 |
| Binary | 10001111 | 10011 | 11111110 | 101100 | 1011101 | 0 | 0 | 100010000 | 1100011 | 110110 |
Color Harmonies of #8F13FE
Complementary color
Monochromatic Colors of #8F13FE
Black with #8F13FE
Text Example
Text Example
White with #8F13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F13FE; }
p { color: rgb(143,19,254); }
H1.HeaderClassName
{
color: #8F13FE;
}
.AnyTagClassName
{
color: #8F13FE;
}
</style>
background-color css
<style>
a { background-color: #8F13FE; }
a { background-color: rgb(143,19,254); }
div.DivClassName
{
background-color: #8F13FE;
}
.BgClassName
{
background-color: #8F13FE;
}
</style>
border-color css
<style>
span { border-color: #8F13FE; }
span { border-color: rgb(143,19,254); }
td.TdClassName
{
border-color: #8F13FE;
}
.TagClassName
{
border-color: #8F13FE;
}
</style>