Shades of Blue Violet #8D3BFD
Tints of Blue Violet #8D3BFD
RGB
CMYK
RGB Variations
Color information
#8D3BFD (or 0x8D3BFD) is known color: Blue Violet. HEX triplet: 8D, 3B and FD. RGB value is (141,59,253). Sum of RGB (Red+Green+Blue) = 141+59+253=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D3BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3BFD is #72C402. Grayscale: #686868. Windows color (decimal): -7521283 or 16595853. OLE color: 16595853.
HSL color Cylindrical-coordinate representation of color #8D3BFD: hue angle of 265.36º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D3BFD is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 59 | 253 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.01 |
| HSL | 265.36º | 0.98% | 0.61% | - |
| HSV(B) | 265.36º | 0.77% | 0.99% | - |
| XYZ | 30.28 | 15.88 | 94.4 | - |
| YUV | 105.63 | 211.17 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 253 | 0.44 | 0.77 | 0 | 0.01 | 265.36 | 0.98 | 0.61 |
| Hex | 8D | 3B | FD | 2C | 4D | 0 | 1 | 109 | 62 | 3D |
| Octal | 215 | 73 | 375 | 54 | 115 | 0 | 1 | 411 | 142 | 75 |
| Binary | 10001101 | 111011 | 11111101 | 101100 | 1001101 | 0 | 1 | 100001001 | 1100010 | 111101 |
Color Harmonies of #8D3BFD
Complementary color
Monochromatic Colors of #8D3BFD
Black with #8D3BFD
Text Example
Text Example
White with #8D3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3BFD; }
p { color: rgb(141,59,253); }
H1.HeaderClassName
{
color: #8D3BFD;
}
.AnyTagClassName
{
color: #8D3BFD;
}
</style>
background-color css
<style>
a { background-color: #8D3BFD; }
a { background-color: rgb(141,59,253); }
div.DivClassName
{
background-color: #8D3BFD;
}
.BgClassName
{
background-color: #8D3BFD;
}
</style>
border-color css
<style>
span { border-color: #8D3BFD; }
span { border-color: rgb(141,59,253); }
td.TdClassName
{
border-color: #8D3BFD;
}
.TagClassName
{
border-color: #8D3BFD;
}
</style>