Shades of Blue Violet #8F30FC
Tints of Blue Violet #8F30FC
RGB
CMYK
RGB Variations
Color information
#8F30FC (or 0x8F30FC) is known color: Blue Violet. HEX triplet: 8F, 30 and FC. RGB value is (143,48,252). Sum of RGB (Red+Green+Blue) = 143+48+252=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F30FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F30FC is #70CF03. Grayscale: #626262. Windows color (decimal): -7393028 or 16527503. OLE color: 16527503.
HSL color Cylindrical-coordinate representation of color #8F30FC: hue angle of 267.94º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F30FC is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 48 | 252 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.01 |
| HSL | 267.94º | 0.97% | 0.59% | - |
| HSV(B) | 267.94º | 0.81% | 0.99% | - |
| XYZ | 29.96 | 14.98 | 93.41 | - |
| YUV | 99.66 | 213.97 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 252 | 0.43 | 0.81 | 0 | 0.01 | 267.94 | 0.97 | 0.59 |
| Hex | 8F | 30 | FC | 2B | 51 | 0 | 1 | 10C | 61 | 3B |
| Octal | 217 | 60 | 374 | 53 | 121 | 0 | 1 | 414 | 141 | 73 |
| Binary | 10001111 | 110000 | 11111100 | 101011 | 1010001 | 0 | 1 | 100001100 | 1100001 | 111011 |
Color Harmonies of #8F30FC
Complementary color
Monochromatic Colors of #8F30FC
Black with #8F30FC
Text Example
Text Example
White with #8F30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F30FC; }
p { color: rgb(143,48,252); }
H1.HeaderClassName
{
color: #8F30FC;
}
.AnyTagClassName
{
color: #8F30FC;
}
</style>
background-color css
<style>
a { background-color: #8F30FC; }
a { background-color: rgb(143,48,252); }
div.DivClassName
{
background-color: #8F30FC;
}
.BgClassName
{
background-color: #8F30FC;
}
</style>
border-color css
<style>
span { border-color: #8F30FC; }
span { border-color: rgb(143,48,252); }
td.TdClassName
{
border-color: #8F30FC;
}
.TagClassName
{
border-color: #8F30FC;
}
</style>