Shades of Blue Violet #8D1DFD
Tints of Blue Violet #8D1DFD
RGB
CMYK
RGB Variations
Color information
#8D1DFD (or 0x8D1DFD) is known color: Blue Violet. HEX triplet: 8D, 1D and FD. RGB value is (141,29,253). Sum of RGB (Red+Green+Blue) = 141+29+253=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D1DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1DFD is #72E202. Grayscale: #575757. Windows color (decimal): -7528963 or 16588173. OLE color: 16588173.
HSL color Cylindrical-coordinate representation of color #8D1DFD: hue angle of 270º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1DFD is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 29 | 253 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.01 |
| HSL | 270º | 0.98% | 0.55% | - |
| HSV(B) | 270º | 0.89% | 0.99% | - |
| XYZ | 29.15 | 13.63 | 94.02 | - |
| YUV | 88.02 | 221.11 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 253 | 0.44 | 0.89 | 0 | 0.01 | 270 | 0.98 | 0.55 |
| Hex | 8D | 1D | FD | 2C | 59 | 0 | 1 | 10E | 62 | 37 |
| Octal | 215 | 35 | 375 | 54 | 131 | 0 | 1 | 416 | 142 | 67 |
| Binary | 10001101 | 11101 | 11111101 | 101100 | 1011001 | 0 | 1 | 100001110 | 1100010 | 110111 |
Color Harmonies of #8D1DFD
Complementary color
Monochromatic Colors of #8D1DFD
Black with #8D1DFD
Text Example
Text Example
White with #8D1DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1DFD; }
p { color: rgb(141,29,253); }
H1.HeaderClassName
{
color: #8D1DFD;
}
.AnyTagClassName
{
color: #8D1DFD;
}
</style>
background-color css
<style>
a { background-color: #8D1DFD; }
a { background-color: rgb(141,29,253); }
div.DivClassName
{
background-color: #8D1DFD;
}
.BgClassName
{
background-color: #8D1DFD;
}
</style>
border-color css
<style>
span { border-color: #8D1DFD; }
span { border-color: rgb(141,29,253); }
td.TdClassName
{
border-color: #8D1DFD;
}
.TagClassName
{
border-color: #8D1DFD;
}
</style>