Shades of Blue Violet #8D20FD
Tints of Blue Violet #8D20FD
RGB
CMYK
RGB Variations
Color information
#8D20FD (or 0x8D20FD) is known color: Blue Violet. HEX triplet: 8D, 20 and FD. RGB value is (141,32,253). Sum of RGB (Red+Green+Blue) = 141+32+253=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D20FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D20FD is #72DF02. Grayscale: #595959. Windows color (decimal): -7528195 or 16588941. OLE color: 16588941.
HSL color Cylindrical-coordinate representation of color #8D20FD: hue angle of 269.59º degrees, saturation: 0.98, 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 #8D20FD is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 32 | 253 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.01 |
| HSL | 269.59º | 0.98% | 0.56% | - |
| HSV(B) | 269.59º | 0.87% | 0.99% | - |
| XYZ | 29.23 | 13.79 | 94.05 | - |
| YUV | 89.79 | 220.11 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 253 | 0.44 | 0.87 | 0 | 0.01 | 269.59 | 0.98 | 0.56 |
| Hex | 8D | 20 | FD | 2C | 57 | 0 | 1 | 10E | 62 | 38 |
| Octal | 215 | 40 | 375 | 54 | 127 | 0 | 1 | 416 | 142 | 70 |
| Binary | 10001101 | 100000 | 11111101 | 101100 | 1010111 | 0 | 1 | 100001110 | 1100010 | 111000 |
Color Harmonies of #8D20FD
Complementary color
Monochromatic Colors of #8D20FD
Black with #8D20FD
Text Example
Text Example
White with #8D20FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D20FD; }
p { color: rgb(141,32,253); }
H1.HeaderClassName
{
color: #8D20FD;
}
.AnyTagClassName
{
color: #8D20FD;
}
</style>
background-color css
<style>
a { background-color: #8D20FD; }
a { background-color: rgb(141,32,253); }
div.DivClassName
{
background-color: #8D20FD;
}
.BgClassName
{
background-color: #8D20FD;
}
</style>
border-color css
<style>
span { border-color: #8D20FD; }
span { border-color: rgb(141,32,253); }
td.TdClassName
{
border-color: #8D20FD;
}
.TagClassName
{
border-color: #8D20FD;
}
</style>