Shades of Blue Violet #8F44FA
Tints of Blue Violet #8F44FA
RGB
CMYK
RGB Variations
Color information
#8F44FA (or 0x8F44FA) is known color: Blue Violet. HEX triplet: 8F, 44 and FA. RGB value is (143,68,250). Sum of RGB (Red+Green+Blue) = 143+68+250=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F44FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F44FA is #70BB05. Grayscale: #6E6E6E. Windows color (decimal): -7387910 or 16401551. OLE color: 16401551.
HSL color Cylindrical-coordinate representation of color #8F44FA: hue angle of 264.73º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F44FA is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 68 | 250 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.02 |
| HSL | 264.73º | 0.95% | 0.62% | - |
| HSV(B) | 264.73º | 0.73% | 0.98% | - |
| XYZ | 30.65 | 16.88 | 92.08 | - |
| YUV | 111.17 | 206.35 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 250 | 0.43 | 0.73 | 0 | 0.02 | 264.73 | 0.95 | 0.62 |
| Hex | 8F | 44 | FA | 2B | 49 | 0 | 2 | 109 | 5F | 3E |
| Octal | 217 | 104 | 372 | 53 | 111 | 0 | 2 | 411 | 137 | 76 |
| Binary | 10001111 | 1000100 | 11111010 | 101011 | 1001001 | 0 | 10 | 100001001 | 1011111 | 111110 |
Color Harmonies of #8F44FA
Complementary color
Monochromatic Colors of #8F44FA
Black with #8F44FA
Text Example
Text Example
White with #8F44FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F44FA; }
p { color: rgb(143,68,250); }
H1.HeaderClassName
{
color: #8F44FA;
}
.AnyTagClassName
{
color: #8F44FA;
}
</style>
background-color css
<style>
a { background-color: #8F44FA; }
a { background-color: rgb(143,68,250); }
div.DivClassName
{
background-color: #8F44FA;
}
.BgClassName
{
background-color: #8F44FA;
}
</style>
border-color css
<style>
span { border-color: #8F44FA; }
span { border-color: rgb(143,68,250); }
td.TdClassName
{
border-color: #8F44FA;
}
.TagClassName
{
border-color: #8F44FA;
}
</style>