Shades of Blue Violet #8F44F1
Tints of Blue Violet #8F44F1
RGB
CMYK
RGB Variations
Color information
#8F44F1 (or 0x8F44F1) is known color: Blue Violet. HEX triplet: 8F, 44 and F1. RGB value is (143,68,241). Sum of RGB (Red+Green+Blue) = 143+68+241=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F44F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F44F1 is #70BB0E. Grayscale: #6D6D6D. Windows color (decimal): -7387919 or 15811727. OLE color: 15811727.
HSL color Cylindrical-coordinate representation of color #8F44F1: hue angle of 266.01º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F44F1 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 68 | 241 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.05 |
| HSL | 266.01º | 0.86% | 0.61% | - |
| HSV(B) | 266.01º | 0.72% | 0.95% | - |
| XYZ | 29.27 | 16.32 | 84.83 | - |
| YUV | 110.15 | 201.85 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 241 | 0.41 | 0.72 | 0 | 0.05 | 266.01 | 0.86 | 0.61 |
| Hex | 8F | 44 | F1 | 29 | 48 | 0 | 5 | 10A | 56 | 3D |
| Octal | 217 | 104 | 361 | 51 | 110 | 0 | 5 | 412 | 126 | 75 |
| Binary | 10001111 | 1000100 | 11110001 | 101001 | 1001000 | 0 | 101 | 100001010 | 1010110 | 111101 |
Color Harmonies of #8F44F1
Complementary color
Monochromatic Colors of #8F44F1
Black with #8F44F1
Text Example
Text Example
White with #8F44F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F44F1; }
p { color: rgb(143,68,241); }
H1.HeaderClassName
{
color: #8F44F1;
}
.AnyTagClassName
{
color: #8F44F1;
}
</style>
background-color css
<style>
a { background-color: #8F44F1; }
a { background-color: rgb(143,68,241); }
div.DivClassName
{
background-color: #8F44F1;
}
.BgClassName
{
background-color: #8F44F1;
}
</style>
border-color css
<style>
span { border-color: #8F44F1; }
span { border-color: rgb(143,68,241); }
td.TdClassName
{
border-color: #8F44F1;
}
.TagClassName
{
border-color: #8F44F1;
}
</style>