Shades of Blue Violet #8F2FFA
Tints of Blue Violet #8F2FFA
RGB
CMYK
RGB Variations
Color information
#8F2FFA (or 0x8F2FFA) is known color: Blue Violet. HEX triplet: 8F, 2F and FA. RGB value is (143,47,250). Sum of RGB (Red+Green+Blue) = 143+47+250=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F2FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2FFA is #70D005. Grayscale: #626262. Windows color (decimal): -7393286 or 16396175. OLE color: 16396175.
HSL color Cylindrical-coordinate representation of color #8F2FFA: hue angle of 268.37º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F2FFA is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 47 | 250 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.02 |
| HSL | 268.37º | 0.95% | 0.58% | - |
| HSV(B) | 268.37º | 0.81% | 0.98% | - |
| XYZ | 29.6 | 14.77 | 91.73 | - |
| YUV | 98.85 | 213.3 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 250 | 0.43 | 0.81 | 0 | 0.02 | 268.37 | 0.95 | 0.58 |
| Hex | 8F | 2F | FA | 2B | 51 | 0 | 2 | 10C | 5F | 3A |
| Octal | 217 | 57 | 372 | 53 | 121 | 0 | 2 | 414 | 137 | 72 |
| Binary | 10001111 | 101111 | 11111010 | 101011 | 1010001 | 0 | 10 | 100001100 | 1011111 | 111010 |
Color Harmonies of #8F2FFA
Complementary color
Monochromatic Colors of #8F2FFA
Black with #8F2FFA
Text Example
Text Example
White with #8F2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2FFA; }
p { color: rgb(143,47,250); }
H1.HeaderClassName
{
color: #8F2FFA;
}
.AnyTagClassName
{
color: #8F2FFA;
}
</style>
background-color css
<style>
a { background-color: #8F2FFA; }
a { background-color: rgb(143,47,250); }
div.DivClassName
{
background-color: #8F2FFA;
}
.BgClassName
{
background-color: #8F2FFA;
}
</style>
border-color css
<style>
span { border-color: #8F2FFA; }
span { border-color: rgb(143,47,250); }
td.TdClassName
{
border-color: #8F2FFA;
}
.TagClassName
{
border-color: #8F2FFA;
}
</style>