Shades of Blue Violet #8F1BFF
Tints of Blue Violet #8F1BFF
RGB
CMYK
RGB Variations
Color information
#8F1BFF (or 0x8F1BFF) is known color: Blue Violet. HEX triplet: 8F, 1B and FF. RGB value is (143,27,255). Sum of RGB (Red+Green+Blue) = 143+27+255=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F1BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1BFF is #70E400. Grayscale: #565656. Windows color (decimal): -7398401 or 16718735. OLE color: 16718735.
HSL color Cylindrical-coordinate representation of color #8F1BFF: hue angle of 270.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1BFF is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 27 | 255 | - |
| CMYK | 0.44 | 0.89 | 0 | 0 |
| HSL | 270.53º | 1% | 0.55% | - |
| HSV(B) | 270.53º | 0.89% | 1% | - |
| XYZ | 29.77 | 13.84 | 95.71 | - |
| YUV | 87.68 | 222.43 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 27 | 255 | 0.44 | 0.89 | 0 | 0 | 270.53 | 1 | 0.55 |
| Hex | 8F | 1B | FF | 2C | 59 | 0 | 0 | 10F | 64 | 37 |
| Octal | 217 | 33 | 377 | 54 | 131 | 0 | 0 | 417 | 144 | 67 |
| Binary | 10001111 | 11011 | 11111111 | 101100 | 1011001 | 0 | 0 | 100001111 | 1100100 | 110111 |
Color Harmonies of #8F1BFF
Complementary color
Monochromatic Colors of #8F1BFF
Black with #8F1BFF
Text Example
Text Example
White with #8F1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1BFF; }
p { color: rgb(143,27,255); }
H1.HeaderClassName
{
color: #8F1BFF;
}
.AnyTagClassName
{
color: #8F1BFF;
}
</style>
background-color css
<style>
a { background-color: #8F1BFF; }
a { background-color: rgb(143,27,255); }
div.DivClassName
{
background-color: #8F1BFF;
}
.BgClassName
{
background-color: #8F1BFF;
}
</style>
border-color css
<style>
span { border-color: #8F1BFF; }
span { border-color: rgb(143,27,255); }
td.TdClassName
{
border-color: #8F1BFF;
}
.TagClassName
{
border-color: #8F1BFF;
}
</style>