Shades of Blue Violet #8D2DFD
Tints of Blue Violet #8D2DFD
RGB
CMYK
RGB Variations
Color information
#8D2DFD (or 0x8D2DFD) is known color: Blue Violet. HEX triplet: 8D, 2D and FD. RGB value is (141,45,253). Sum of RGB (Red+Green+Blue) = 141+45+253=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D2DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D2DFD is #72D202. Grayscale: #606060. Windows color (decimal): -7524867 or 16592269. OLE color: 16592269.
HSL color Cylindrical-coordinate representation of color #8D2DFD: hue angle of 267.69º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D2DFD is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 45 | 253 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.01 |
| HSL | 267.69º | 0.98% | 0.58% | - |
| HSV(B) | 267.69º | 0.82% | 0.99% | - |
| XYZ | 29.65 | 14.63 | 94.19 | - |
| YUV | 97.42 | 215.8 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 253 | 0.44 | 0.82 | 0 | 0.01 | 267.69 | 0.98 | 0.58 |
| Hex | 8D | 2D | FD | 2C | 52 | 0 | 1 | 10C | 62 | 3A |
| Octal | 215 | 55 | 375 | 54 | 122 | 0 | 1 | 414 | 142 | 72 |
| Binary | 10001101 | 101101 | 11111101 | 101100 | 1010010 | 0 | 1 | 100001100 | 1100010 | 111010 |
Color Harmonies of #8D2DFD
Complementary color
Monochromatic Colors of #8D2DFD
Black with #8D2DFD
Text Example
Text Example
White with #8D2DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2DFD; }
p { color: rgb(141,45,253); }
H1.HeaderClassName
{
color: #8D2DFD;
}
.AnyTagClassName
{
color: #8D2DFD;
}
</style>
background-color css
<style>
a { background-color: #8D2DFD; }
a { background-color: rgb(141,45,253); }
div.DivClassName
{
background-color: #8D2DFD;
}
.BgClassName
{
background-color: #8D2DFD;
}
</style>
border-color css
<style>
span { border-color: #8D2DFD; }
span { border-color: rgb(141,45,253); }
td.TdClassName
{
border-color: #8D2DFD;
}
.TagClassName
{
border-color: #8D2DFD;
}
</style>