Shades of Blue Violet #8F32FA
Tints of Blue Violet #8F32FA
RGB
CMYK
RGB Variations
Color information
#8F32FA (or 0x8F32FA) is known color: Blue Violet. HEX triplet: 8F, 32 and FA. RGB value is (143,50,250). Sum of RGB (Red+Green+Blue) = 143+50+250=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F32FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F32FA is #70CD05. Grayscale: #636363. Windows color (decimal): -7392518 or 16396943. OLE color: 16396943.
HSL color Cylindrical-coordinate representation of color #8F32FA: hue angle of 267.9º degrees, saturation: 0.95, 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 #8F32FA is Cyan = 0.43, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 50 | 250 | - |
| CMYK | 0.43 | 0.8 | 0 | 0.02 |
| HSL | 267.9º | 0.95% | 0.59% | - |
| HSV(B) | 267.9º | 0.8% | 0.98% | - |
| XYZ | 29.72 | 15.02 | 91.78 | - |
| YUV | 100.61 | 212.31 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 250 | 0.43 | 0.8 | 0 | 0.02 | 267.9 | 0.95 | 0.59 |
| Hex | 8F | 32 | FA | 2B | 50 | 0 | 2 | 10C | 5F | 3B |
| Octal | 217 | 62 | 372 | 53 | 120 | 0 | 2 | 414 | 137 | 73 |
| Binary | 10001111 | 110010 | 11111010 | 101011 | 1010000 | 0 | 10 | 100001100 | 1011111 | 111011 |
Color Harmonies of #8F32FA
Complementary color
Monochromatic Colors of #8F32FA
Black with #8F32FA
Text Example
Text Example
White with #8F32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32FA; }
p { color: rgb(143,50,250); }
H1.HeaderClassName
{
color: #8F32FA;
}
.AnyTagClassName
{
color: #8F32FA;
}
</style>
background-color css
<style>
a { background-color: #8F32FA; }
a { background-color: rgb(143,50,250); }
div.DivClassName
{
background-color: #8F32FA;
}
.BgClassName
{
background-color: #8F32FA;
}
</style>
border-color css
<style>
span { border-color: #8F32FA; }
span { border-color: rgb(143,50,250); }
td.TdClassName
{
border-color: #8F32FA;
}
.TagClassName
{
border-color: #8F32FA;
}
</style>