Shades of Blue Violet #8F24E9
Tints of Blue Violet #8F24E9
RGB
CMYK
RGB Variations
Color information
#8F24E9 (or 0x8F24E9) is known color: Blue Violet. HEX triplet: 8F, 24 and E9. RGB value is (143,36,233). Sum of RGB (Red+Green+Blue) = 143+36+233=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #8F24E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F24E9 is #70DB16. Grayscale: #595959. Windows color (decimal): -7396119 or 15279247. OLE color: 15279247.
HSL color Cylindrical-coordinate representation of color #8F24E9: hue angle of 272.59º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F24E9 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 36 | 233 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.09 |
| HSL | 272.59º | 0.82% | 0.53% | - |
| HSV(B) | 272.59º | 0.85% | 0.91% | - |
| XYZ | 26.67 | 12.98 | 78.19 | - |
| YUV | 90.45 | 208.45 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 233 | 0.39 | 0.85 | 0 | 0.09 | 272.59 | 0.82 | 0.53 |
| Hex | 8F | 24 | E9 | 27 | 55 | 0 | 9 | 111 | 52 | 35 |
| Octal | 217 | 44 | 351 | 47 | 125 | 0 | 11 | 421 | 122 | 65 |
| Binary | 10001111 | 100100 | 11101001 | 100111 | 1010101 | 0 | 1001 | 100010001 | 1010010 | 110101 |
Color Harmonies of #8F24E9
Complementary color
Monochromatic Colors of #8F24E9
Black with #8F24E9
Text Example
Text Example
White with #8F24E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F24E9; }
p { color: rgb(143,36,233); }
H1.HeaderClassName
{
color: #8F24E9;
}
.AnyTagClassName
{
color: #8F24E9;
}
</style>
background-color css
<style>
a { background-color: #8F24E9; }
a { background-color: rgb(143,36,233); }
div.DivClassName
{
background-color: #8F24E9;
}
.BgClassName
{
background-color: #8F24E9;
}
</style>
border-color css
<style>
span { border-color: #8F24E9; }
span { border-color: rgb(143,36,233); }
td.TdClassName
{
border-color: #8F24E9;
}
.TagClassName
{
border-color: #8F24E9;
}
</style>