Shades of Blue Violet #8F33EF
Tints of Blue Violet #8F33EF
RGB
CMYK
RGB Variations
Color information
#8F33EF (or 0x8F33EF) is known color: Blue Violet. HEX triplet: 8F, 33 and EF. RGB value is (143,51,239). Sum of RGB (Red+Green+Blue) = 143+51+239=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F33EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F33EF is #70CC10. Grayscale: #636363. Windows color (decimal): -7392273 or 15676303. OLE color: 15676303.
HSL color Cylindrical-coordinate representation of color #8F33EF: hue angle of 269.36º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F33EF is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 51 | 239 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.06 |
| HSL | 269.36º | 0.85% | 0.57% | - |
| HSV(B) | 269.36º | 0.79% | 0.94% | - |
| XYZ | 28.09 | 14.44 | 82.97 | - |
| YUV | 99.94 | 206.48 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 239 | 0.40 | 0.79 | 0 | 0.06 | 269.36 | 0.85 | 0.57 |
| Hex | 8F | 33 | EF | 28 | 4F | 0 | 6 | 10D | 55 | 39 |
| Octal | 217 | 63 | 357 | 50 | 117 | 0 | 6 | 415 | 125 | 71 |
| Binary | 10001111 | 110011 | 11101111 | 101000 | 1001111 | 0 | 110 | 100001101 | 1010101 | 111001 |
Color Harmonies of #8F33EF
Complementary color
Monochromatic Colors of #8F33EF
Black with #8F33EF
Text Example
Text Example
White with #8F33EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F33EF; }
p { color: rgb(143,51,239); }
H1.HeaderClassName
{
color: #8F33EF;
}
.AnyTagClassName
{
color: #8F33EF;
}
</style>
background-color css
<style>
a { background-color: #8F33EF; }
a { background-color: rgb(143,51,239); }
div.DivClassName
{
background-color: #8F33EF;
}
.BgClassName
{
background-color: #8F33EF;
}
</style>
border-color css
<style>
span { border-color: #8F33EF; }
span { border-color: rgb(143,51,239); }
td.TdClassName
{
border-color: #8F33EF;
}
.TagClassName
{
border-color: #8F33EF;
}
</style>