Shades of Blue Violet #8D17FC
Tints of Blue Violet #8D17FC
RGB
CMYK
RGB Variations
Color information
#8D17FC (or 0x8D17FC) is known color: Blue Violet. HEX triplet: 8D, 17 and FC. RGB value is (141,23,252). Sum of RGB (Red+Green+Blue) = 141+23+252=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D17FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D17FC is #72E803. Grayscale: #535353. Windows color (decimal): -7530500 or 16521101. OLE color: 16521101.
HSL color Cylindrical-coordinate representation of color #8D17FC: hue angle of 270.92º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D17FC is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 23 | 252 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.01 |
| HSL | 270.92º | 0.97% | 0.54% | - |
| HSV(B) | 270.92º | 0.91% | 0.99% | - |
| XYZ | 28.86 | 13.3 | 93.14 | - |
| YUV | 84.39 | 222.59 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 252 | 0.44 | 0.91 | 0 | 0.01 | 270.92 | 0.97 | 0.54 |
| Hex | 8D | 17 | FC | 2C | 5B | 0 | 1 | 10F | 61 | 36 |
| Octal | 215 | 27 | 374 | 54 | 133 | 0 | 1 | 417 | 141 | 66 |
| Binary | 10001101 | 10111 | 11111100 | 101100 | 1011011 | 0 | 1 | 100001111 | 1100001 | 110110 |
Color Harmonies of #8D17FC
Complementary color
Monochromatic Colors of #8D17FC
Black with #8D17FC
Text Example
Text Example
White with #8D17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D17FC; }
p { color: rgb(141,23,252); }
H1.HeaderClassName
{
color: #8D17FC;
}
.AnyTagClassName
{
color: #8D17FC;
}
</style>
background-color css
<style>
a { background-color: #8D17FC; }
a { background-color: rgb(141,23,252); }
div.DivClassName
{
background-color: #8D17FC;
}
.BgClassName
{
background-color: #8D17FC;
}
</style>
border-color css
<style>
span { border-color: #8D17FC; }
span { border-color: rgb(141,23,252); }
td.TdClassName
{
border-color: #8D17FC;
}
.TagClassName
{
border-color: #8D17FC;
}
</style>