Shades of Blue Violet #8F48D9
Tints of Blue Violet #8F48D9
RGB
CMYK
RGB Variations
Color information
#8F48D9 (or 0x8F48D9) is known color: Blue Violet. HEX triplet: 8F, 48 and D9. RGB value is (143,72,217). Sum of RGB (Red+Green+Blue) = 143+72+217=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #8F48D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F48D9 is #70B726. Grayscale: #6D6D6D. Windows color (decimal): -7386919 or 14239887. OLE color: 14239887.
HSL color Cylindrical-coordinate representation of color #8F48D9: hue angle of 269.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F48D9 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 72 | 217 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.15 |
| HSL | 269.38º | 0.66% | 0.57% | - |
| HSV(B) | 269.38º | 0.67% | 0.85% | - |
| XYZ | 26.17 | 15.48 | 67.26 | - |
| YUV | 109.76 | 188.52 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 217 | 0.34 | 0.67 | 0 | 0.15 | 269.38 | 0.66 | 0.57 |
| Hex | 8F | 48 | D9 | 22 | 43 | 0 | F | 10D | 42 | 39 |
| Octal | 217 | 110 | 331 | 42 | 103 | 0 | 17 | 415 | 102 | 71 |
| Binary | 10001111 | 1001000 | 11011001 | 100010 | 1000011 | 0 | 1111 | 100001101 | 1000010 | 111001 |
Color Harmonies of #8F48D9
Complementary color
Monochromatic Colors of #8F48D9
Black with #8F48D9
Text Example
Text Example
White with #8F48D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F48D9; }
p { color: rgb(143,72,217); }
H1.HeaderClassName
{
color: #8F48D9;
}
.AnyTagClassName
{
color: #8F48D9;
}
</style>
background-color css
<style>
a { background-color: #8F48D9; }
a { background-color: rgb(143,72,217); }
div.DivClassName
{
background-color: #8F48D9;
}
.BgClassName
{
background-color: #8F48D9;
}
</style>
border-color css
<style>
span { border-color: #8F48D9; }
span { border-color: rgb(143,72,217); }
td.TdClassName
{
border-color: #8F48D9;
}
.TagClassName
{
border-color: #8F48D9;
}
</style>