Shades of Blue Violet #8F32FB
Tints of Blue Violet #8F32FB
RGB
CMYK
RGB Variations
Color information
#8F32FB (or 0x8F32FB) is known color: Blue Violet. HEX triplet: 8F, 32 and FB. RGB value is (143,50,251). Sum of RGB (Red+Green+Blue) = 143+50+251=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F32FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F32FB is #70CD04. Grayscale: #646464. Windows color (decimal): -7392517 or 16462479. OLE color: 16462479.
HSL color Cylindrical-coordinate representation of color #8F32FB: hue angle of 267.76º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F32FB is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 50 | 251 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.02 |
| HSL | 267.76º | 0.96% | 0.59% | - |
| HSV(B) | 267.76º | 0.8% | 0.98% | - |
| XYZ | 29.88 | 15.09 | 92.6 | - |
| YUV | 100.72 | 212.81 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 251 | 0.43 | 0.80 | 0 | 0.02 | 267.76 | 0.96 | 0.59 |
| Hex | 8F | 32 | FB | 2B | 50 | 0 | 2 | 10C | 60 | 3B |
| Octal | 217 | 62 | 373 | 53 | 120 | 0 | 2 | 414 | 140 | 73 |
| Binary | 10001111 | 110010 | 11111011 | 101011 | 1010000 | 0 | 10 | 100001100 | 1100000 | 111011 |
Color Harmonies of #8F32FB
Complementary color
Monochromatic Colors of #8F32FB
Black with #8F32FB
Text Example
Text Example
White with #8F32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32FB; }
p { color: rgb(143,50,251); }
H1.HeaderClassName
{
color: #8F32FB;
}
.AnyTagClassName
{
color: #8F32FB;
}
</style>
background-color css
<style>
a { background-color: #8F32FB; }
a { background-color: rgb(143,50,251); }
div.DivClassName
{
background-color: #8F32FB;
}
.BgClassName
{
background-color: #8F32FB;
}
</style>
border-color css
<style>
span { border-color: #8F32FB; }
span { border-color: rgb(143,50,251); }
td.TdClassName
{
border-color: #8F32FB;
}
.TagClassName
{
border-color: #8F32FB;
}
</style>