Shades of Blue Violet #8D20FC
Tints of Blue Violet #8D20FC
RGB
CMYK
RGB Variations
Color information
#8D20FC (or 0x8D20FC) is known color: Blue Violet. HEX triplet: 8D, 20 and FC. RGB value is (141,32,252). Sum of RGB (Red+Green+Blue) = 141+32+252=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D20FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D20FC is #72DF03. Grayscale: #585858. Windows color (decimal): -7528196 or 16523405. OLE color: 16523405.
HSL color Cylindrical-coordinate representation of color #8D20FC: hue angle of 269.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D20FC is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 32 | 252 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.01 |
| HSL | 269.73º | 0.97% | 0.56% | - |
| HSV(B) | 269.73º | 0.87% | 0.99% | - |
| XYZ | 29.07 | 13.72 | 93.21 | - |
| YUV | 89.67 | 219.61 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 252 | 0.44 | 0.87 | 0 | 0.01 | 269.73 | 0.97 | 0.56 |
| Hex | 8D | 20 | FC | 2C | 57 | 0 | 1 | 10E | 61 | 38 |
| Octal | 215 | 40 | 374 | 54 | 127 | 0 | 1 | 416 | 141 | 70 |
| Binary | 10001101 | 100000 | 11111100 | 101100 | 1010111 | 0 | 1 | 100001110 | 1100001 | 111000 |
Color Harmonies of #8D20FC
Complementary color
Monochromatic Colors of #8D20FC
Black with #8D20FC
Text Example
Text Example
White with #8D20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D20FC; }
p { color: rgb(141,32,252); }
H1.HeaderClassName
{
color: #8D20FC;
}
.AnyTagClassName
{
color: #8D20FC;
}
</style>
background-color css
<style>
a { background-color: #8D20FC; }
a { background-color: rgb(141,32,252); }
div.DivClassName
{
background-color: #8D20FC;
}
.BgClassName
{
background-color: #8D20FC;
}
</style>
border-color css
<style>
span { border-color: #8D20FC; }
span { border-color: rgb(141,32,252); }
td.TdClassName
{
border-color: #8D20FC;
}
.TagClassName
{
border-color: #8D20FC;
}
</style>