Shades of Blue Violet #8F24FF
Tints of Blue Violet #8F24FF
RGB
CMYK
RGB Variations
Color information
#8F24FF (or 0x8F24FF) is known color: Blue Violet. HEX triplet: 8F, 24 and FF. RGB value is (143,36,255). Sum of RGB (Red+Green+Blue) = 143+36+255=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F24FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F24FF is #70DB00. Grayscale: #5C5C5C. Windows color (decimal): -7396097 or 16721039. OLE color: 16721039.
HSL color Cylindrical-coordinate representation of color #8F24FF: hue angle of 269.32º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F24FF is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 36 | 255 | - |
| CMYK | 0.44 | 0.86 | 0 | 0 |
| HSL | 269.32º | 1% | 0.57% | - |
| HSV(B) | 269.32º | 0.86% | 1% | - |
| XYZ | 30.01 | 14.32 | 95.79 | - |
| YUV | 92.96 | 219.45 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 255 | 0.44 | 0.86 | 0 | 0 | 269.32 | 1 | 0.57 |
| Hex | 8F | 24 | FF | 2C | 56 | 0 | 0 | 10D | 64 | 39 |
| Octal | 217 | 44 | 377 | 54 | 126 | 0 | 0 | 415 | 144 | 71 |
| Binary | 10001111 | 100100 | 11111111 | 101100 | 1010110 | 0 | 0 | 100001101 | 1100100 | 111001 |
Color Harmonies of #8F24FF
Complementary color
Monochromatic Colors of #8F24FF
Black with #8F24FF
Text Example
Text Example
White with #8F24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F24FF; }
p { color: rgb(143,36,255); }
H1.HeaderClassName
{
color: #8F24FF;
}
.AnyTagClassName
{
color: #8F24FF;
}
</style>
background-color css
<style>
a { background-color: #8F24FF; }
a { background-color: rgb(143,36,255); }
div.DivClassName
{
background-color: #8F24FF;
}
.BgClassName
{
background-color: #8F24FF;
}
</style>
border-color css
<style>
span { border-color: #8F24FF; }
span { border-color: rgb(143,36,255); }
td.TdClassName
{
border-color: #8F24FF;
}
.TagClassName
{
border-color: #8F24FF;
}
</style>