Shades of Blue Violet #8F1DED
Tints of Blue Violet #8F1DED
RGB
CMYK
RGB Variations
Color information
#8F1DED (or 0x8F1DED) is known color: Blue Violet. HEX triplet: 8F, 1D and ED. RGB value is (143,29,237). Sum of RGB (Red+Green+Blue) = 143+29+237=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F1DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1DED is #70E212. Grayscale: #565656. Windows color (decimal): -7397907 or 15539599. OLE color: 15539599.
HSL color Cylindrical-coordinate representation of color #8F1DED: hue angle of 272.88º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1DED is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 29 | 237 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.07 |
| HSL | 272.88º | 0.85% | 0.52% | - |
| HSV(B) | 272.88º | 0.88% | 0.93% | - |
| XYZ | 27.05 | 12.83 | 81.17 | - |
| YUV | 86.8 | 212.77 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 237 | 0.40 | 0.88 | 0 | 0.07 | 272.88 | 0.85 | 0.52 |
| Hex | 8F | 1D | ED | 28 | 58 | 0 | 7 | 111 | 55 | 34 |
| Octal | 217 | 35 | 355 | 50 | 130 | 0 | 7 | 421 | 125 | 64 |
| Binary | 10001111 | 11101 | 11101101 | 101000 | 1011000 | 0 | 111 | 100010001 | 1010101 | 110100 |
Color Harmonies of #8F1DED
Complementary color
Monochromatic Colors of #8F1DED
Black with #8F1DED
Text Example
Text Example
White with #8F1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1DED; }
p { color: rgb(143,29,237); }
H1.HeaderClassName
{
color: #8F1DED;
}
.AnyTagClassName
{
color: #8F1DED;
}
</style>
background-color css
<style>
a { background-color: #8F1DED; }
a { background-color: rgb(143,29,237); }
div.DivClassName
{
background-color: #8F1DED;
}
.BgClassName
{
background-color: #8F1DED;
}
</style>
border-color css
<style>
span { border-color: #8F1DED; }
span { border-color: rgb(143,29,237); }
td.TdClassName
{
border-color: #8F1DED;
}
.TagClassName
{
border-color: #8F1DED;
}
</style>