Shades of Blue Violet #8F20DD
Tints of Blue Violet #8F20DD
RGB
CMYK
RGB Variations
Color information
#8F20DD (or 0x8F20DD) is known color: Blue Violet. HEX triplet: 8F, 20 and DD. RGB value is (143,32,221). Sum of RGB (Red+Green+Blue) = 143+32+221=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F20DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F20DD is #70DF22. Grayscale: #565656. Windows color (decimal): -7397155 or 14491791. OLE color: 14491791.
HSL color Cylindrical-coordinate representation of color #8F20DD: hue angle of 275.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F20DD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 32 | 221 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.13 |
| HSL | 275.24º | 0.75% | 0.5% | - |
| HSV(B) | 275.24º | 0.86% | 0.87% | - |
| XYZ | 24.9 | 12.09 | 69.43 | - |
| YUV | 86.74 | 203.77 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 221 | 0.35 | 0.86 | 0 | 0.13 | 275.24 | 0.75 | 0.5 |
| Hex | 8F | 20 | DD | 23 | 56 | 0 | D | 113 | 4B | 32 |
| Octal | 217 | 40 | 335 | 43 | 126 | 0 | 15 | 423 | 113 | 62 |
| Binary | 10001111 | 100000 | 11011101 | 100011 | 1010110 | 0 | 1101 | 100010011 | 1001011 | 110010 |
Color Harmonies of #8F20DD
Complementary color
Monochromatic Colors of #8F20DD
Black with #8F20DD
Text Example
Text Example
White with #8F20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F20DD; }
p { color: rgb(143,32,221); }
H1.HeaderClassName
{
color: #8F20DD;
}
.AnyTagClassName
{
color: #8F20DD;
}
</style>
background-color css
<style>
a { background-color: #8F20DD; }
a { background-color: rgb(143,32,221); }
div.DivClassName
{
background-color: #8F20DD;
}
.BgClassName
{
background-color: #8F20DD;
}
</style>
border-color css
<style>
span { border-color: #8F20DD; }
span { border-color: rgb(143,32,221); }
td.TdClassName
{
border-color: #8F20DD;
}
.TagClassName
{
border-color: #8F20DD;
}
</style>