Shades of Blue Violet #8D1BFD
Tints of Blue Violet #8D1BFD
RGB
CMYK
RGB Variations
Color information
#8D1BFD (or 0x8D1BFD) is known color: Blue Violet. HEX triplet: 8D, 1B and FD. RGB value is (141,27,253). Sum of RGB (Red+Green+Blue) = 141+27+253=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D1BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1BFD is #72E402. Grayscale: #565656. Windows color (decimal): -7529475 or 16587661. OLE color: 16587661.
HSL color Cylindrical-coordinate representation of color #8D1BFD: hue angle of 270.27º 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 #8D1BFD is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 27 | 253 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.01 |
| HSL | 270.27º | 0.98% | 0.55% | - |
| HSV(B) | 270.27º | 0.89% | 0.99% | - |
| XYZ | 29.11 | 13.54 | 94.01 | - |
| YUV | 86.85 | 221.77 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 253 | 0.44 | 0.89 | 0 | 0.01 | 270.27 | 0.98 | 0.55 |
| Hex | 8D | 1B | FD | 2C | 59 | 0 | 1 | 10E | 62 | 37 |
| Octal | 215 | 33 | 375 | 54 | 131 | 0 | 1 | 416 | 142 | 67 |
| Binary | 10001101 | 11011 | 11111101 | 101100 | 1011001 | 0 | 1 | 100001110 | 1100010 | 110111 |
Color Harmonies of #8D1BFD
Complementary color
Monochromatic Colors of #8D1BFD
Black with #8D1BFD
Text Example
Text Example
White with #8D1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1BFD; }
p { color: rgb(141,27,253); }
H1.HeaderClassName
{
color: #8D1BFD;
}
.AnyTagClassName
{
color: #8D1BFD;
}
</style>
background-color css
<style>
a { background-color: #8D1BFD; }
a { background-color: rgb(141,27,253); }
div.DivClassName
{
background-color: #8D1BFD;
}
.BgClassName
{
background-color: #8D1BFD;
}
</style>
border-color css
<style>
span { border-color: #8D1BFD; }
span { border-color: rgb(141,27,253); }
td.TdClassName
{
border-color: #8D1BFD;
}
.TagClassName
{
border-color: #8D1BFD;
}
</style>