Shades of Blue Violet #8F13F7
Tints of Blue Violet #8F13F7
RGB
CMYK
RGB Variations
Color information
#8F13F7 (or 0x8F13F7) is known color: Blue Violet. HEX triplet: 8F, 13 and F7. RGB value is (143,19,247). Sum of RGB (Red+Green+Blue) = 143+19+247=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #8F13F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F13F7 is #70EC08. Grayscale: #515151. Windows color (decimal): -7400457 or 16192399. OLE color: 16192399.
HSL color Cylindrical-coordinate representation of color #8F13F7: hue angle of 272.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F13F7 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 19 | 247 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.03 |
| HSL | 272.63º | 0.93% | 0.52% | - |
| HSV(B) | 272.63º | 0.92% | 0.97% | - |
| XYZ | 28.35 | 13.02 | 89.01 | - |
| YUV | 82.07 | 221.08 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 247 | 0.42 | 0.92 | 0 | 0.03 | 272.63 | 0.93 | 0.52 |
| Hex | 8F | 13 | F7 | 2A | 5C | 0 | 3 | 111 | 5D | 34 |
| Octal | 217 | 23 | 367 | 52 | 134 | 0 | 3 | 421 | 135 | 64 |
| Binary | 10001111 | 10011 | 11110111 | 101010 | 1011100 | 0 | 11 | 100010001 | 1011101 | 110100 |
Color Harmonies of #8F13F7
Complementary color
Monochromatic Colors of #8F13F7
Black with #8F13F7
Text Example
Text Example
White with #8F13F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F13F7; }
p { color: rgb(143,19,247); }
H1.HeaderClassName
{
color: #8F13F7;
}
.AnyTagClassName
{
color: #8F13F7;
}
</style>
background-color css
<style>
a { background-color: #8F13F7; }
a { background-color: rgb(143,19,247); }
div.DivClassName
{
background-color: #8F13F7;
}
.BgClassName
{
background-color: #8F13F7;
}
</style>
border-color css
<style>
span { border-color: #8F13F7; }
span { border-color: rgb(143,19,247); }
td.TdClassName
{
border-color: #8F13F7;
}
.TagClassName
{
border-color: #8F13F7;
}
</style>