Shades of Blue Violet #8F1EFF
Tints of Blue Violet #8F1EFF
RGB
CMYK
RGB Variations
Color information
#8F1EFF (or 0x8F1EFF) is known color: Blue Violet. HEX triplet: 8F, 1E and FF. RGB value is (143,30,255). Sum of RGB (Red+Green+Blue) = 143+30+255=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F1EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1EFF is #70E100. Grayscale: #585858. Windows color (decimal): -7397633 or 16719503. OLE color: 16719503.
HSL color Cylindrical-coordinate representation of color #8F1EFF: hue angle of 270.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1EFF is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 30 | 255 | - |
| CMYK | 0.44 | 0.88 | 0 | 0 |
| HSL | 270.13º | 1% | 0.56% | - |
| HSV(B) | 270.13º | 0.88% | 1% | - |
| XYZ | 29.84 | 13.99 | 95.73 | - |
| YUV | 89.44 | 221.44 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 255 | 0.44 | 0.88 | 0 | 0 | 270.13 | 1 | 0.56 |
| Hex | 8F | 1E | FF | 2C | 58 | 0 | 0 | 10E | 64 | 38 |
| Octal | 217 | 36 | 377 | 54 | 130 | 0 | 0 | 416 | 144 | 70 |
| Binary | 10001111 | 11110 | 11111111 | 101100 | 1011000 | 0 | 0 | 100001110 | 1100100 | 111000 |
Color Harmonies of #8F1EFF
Complementary color
Monochromatic Colors of #8F1EFF
Black with #8F1EFF
Text Example
Text Example
White with #8F1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1EFF; }
p { color: rgb(143,30,255); }
H1.HeaderClassName
{
color: #8F1EFF;
}
.AnyTagClassName
{
color: #8F1EFF;
}
</style>
background-color css
<style>
a { background-color: #8F1EFF; }
a { background-color: rgb(143,30,255); }
div.DivClassName
{
background-color: #8F1EFF;
}
.BgClassName
{
background-color: #8F1EFF;
}
</style>
border-color css
<style>
span { border-color: #8F1EFF; }
span { border-color: rgb(143,30,255); }
td.TdClassName
{
border-color: #8F1EFF;
}
.TagClassName
{
border-color: #8F1EFF;
}
</style>