Shades of Blue Violet #8F30FD
Tints of Blue Violet #8F30FD
RGB
CMYK
RGB Variations
Color information
#8F30FD (or 0x8F30FD) is known color: Blue Violet. HEX triplet: 8F, 30 and FD. RGB value is (143,48,253). Sum of RGB (Red+Green+Blue) = 143+48+253=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F30FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F30FD is #70CF02. Grayscale: #636363. Windows color (decimal): -7393027 or 16593039. OLE color: 16593039.
HSL color Cylindrical-coordinate representation of color #8F30FD: hue angle of 267.8º degrees, saturation: 0.98, 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 #8F30FD is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 48 | 253 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.01 |
| HSL | 267.8º | 0.98% | 0.59% | - |
| HSV(B) | 267.8º | 0.81% | 0.99% | - |
| XYZ | 30.11 | 15.05 | 94.25 | - |
| YUV | 99.78 | 214.47 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 253 | 0.43 | 0.81 | 0 | 0.01 | 267.8 | 0.98 | 0.59 |
| Hex | 8F | 30 | FD | 2B | 51 | 0 | 1 | 10C | 62 | 3B |
| Octal | 217 | 60 | 375 | 53 | 121 | 0 | 1 | 414 | 142 | 73 |
| Binary | 10001111 | 110000 | 11111101 | 101011 | 1010001 | 0 | 1 | 100001100 | 1100010 | 111011 |
Color Harmonies of #8F30FD
Complementary color
Monochromatic Colors of #8F30FD
Black with #8F30FD
Text Example
Text Example
White with #8F30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F30FD; }
p { color: rgb(143,48,253); }
H1.HeaderClassName
{
color: #8F30FD;
}
.AnyTagClassName
{
color: #8F30FD;
}
</style>
background-color css
<style>
a { background-color: #8F30FD; }
a { background-color: rgb(143,48,253); }
div.DivClassName
{
background-color: #8F30FD;
}
.BgClassName
{
background-color: #8F30FD;
}
</style>
border-color css
<style>
span { border-color: #8F30FD; }
span { border-color: rgb(143,48,253); }
td.TdClassName
{
border-color: #8F30FD;
}
.TagClassName
{
border-color: #8F30FD;
}
</style>