Shades of Blue Violet #8F20DC
Tints of Blue Violet #8F20DC
RGB
CMYK
RGB Variations
Color information
#8F20DC (or 0x8F20DC) is known color: Blue Violet. HEX triplet: 8F, 20 and DC. RGB value is (143,32,220). Sum of RGB (Red+Green+Blue) = 143+32+220=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F20DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F20DC is #70DF23. Grayscale: #555555. Windows color (decimal): -7397156 or 14426255. OLE color: 14426255.
HSL color Cylindrical-coordinate representation of color #8F20DC: hue angle of 275.43º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F20DC is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 32 | 220 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.14 |
| HSL | 275.43º | 0.75% | 0.49% | - |
| HSV(B) | 275.43º | 0.85% | 0.86% | - |
| XYZ | 24.76 | 12.04 | 68.73 | - |
| YUV | 86.62 | 203.27 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 220 | 0.35 | 0.85 | 0 | 0.14 | 275.43 | 0.75 | 0.49 |
| Hex | 8F | 20 | DC | 23 | 55 | 0 | E | 113 | 4B | 31 |
| Octal | 217 | 40 | 334 | 43 | 125 | 0 | 16 | 423 | 113 | 61 |
| Binary | 10001111 | 100000 | 11011100 | 100011 | 1010101 | 0 | 1110 | 100010011 | 1001011 | 110001 |
Color Harmonies of #8F20DC
Complementary color
Monochromatic Colors of #8F20DC
Black with #8F20DC
Text Example
Text Example
White with #8F20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F20DC; }
p { color: rgb(143,32,220); }
H1.HeaderClassName
{
color: #8F20DC;
}
.AnyTagClassName
{
color: #8F20DC;
}
</style>
background-color css
<style>
a { background-color: #8F20DC; }
a { background-color: rgb(143,32,220); }
div.DivClassName
{
background-color: #8F20DC;
}
.BgClassName
{
background-color: #8F20DC;
}
</style>
border-color css
<style>
span { border-color: #8F20DC; }
span { border-color: rgb(143,32,220); }
td.TdClassName
{
border-color: #8F20DC;
}
.TagClassName
{
border-color: #8F20DC;
}
</style>