Shades of Blue Violet #8F33DD
Tints of Blue Violet #8F33DD
RGB
CMYK
RGB Variations
Color information
#8F33DD (or 0x8F33DD) is known color: Blue Violet. HEX triplet: 8F, 33 and DD. RGB value is (143,51,221). Sum of RGB (Red+Green+Blue) = 143+51+221=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F33DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F33DD is #70CC22. Grayscale: #616161. Windows color (decimal): -7392291 or 14496655. OLE color: 14496655.
HSL color Cylindrical-coordinate representation of color #8F33DD: hue angle of 272.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F33DD is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 51 | 221 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.13 |
| HSL | 272.47º | 0.71% | 0.53% | - |
| HSV(B) | 272.47º | 0.77% | 0.87% | - |
| XYZ | 25.56 | 13.43 | 69.65 | - |
| YUV | 97.89 | 197.48 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 221 | 0.35 | 0.77 | 0 | 0.13 | 272.47 | 0.71 | 0.53 |
| Hex | 8F | 33 | DD | 23 | 4D | 0 | D | 110 | 47 | 35 |
| Octal | 217 | 63 | 335 | 43 | 115 | 0 | 15 | 420 | 107 | 65 |
| Binary | 10001111 | 110011 | 11011101 | 100011 | 1001101 | 0 | 1101 | 100010000 | 1000111 | 110101 |
Color Harmonies of #8F33DD
Complementary color
Monochromatic Colors of #8F33DD
Black with #8F33DD
Text Example
Text Example
White with #8F33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F33DD; }
p { color: rgb(143,51,221); }
H1.HeaderClassName
{
color: #8F33DD;
}
.AnyTagClassName
{
color: #8F33DD;
}
</style>
background-color css
<style>
a { background-color: #8F33DD; }
a { background-color: rgb(143,51,221); }
div.DivClassName
{
background-color: #8F33DD;
}
.BgClassName
{
background-color: #8F33DD;
}
</style>
border-color css
<style>
span { border-color: #8F33DD; }
span { border-color: rgb(143,51,221); }
td.TdClassName
{
border-color: #8F33DD;
}
.TagClassName
{
border-color: #8F33DD;
}
</style>