Shades of Blue Violet #8D48DF
Tints of Blue Violet #8D48DF
RGB
CMYK
RGB Variations
Color information
#8D48DF (or 0x8D48DF) is known color: Blue Violet. HEX triplet: 8D, 48 and DF. RGB value is (141,72,223). Sum of RGB (Red+Green+Blue) = 141+72+223=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D48DF is #72B720. Grayscale: #6D6D6D. Windows color (decimal): -7517985 or 14633101. OLE color: 14633101.
HSL color Cylindrical-coordinate representation of color #8D48DF: hue angle of 267.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D48DF is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 72 | 223 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.13 |
| HSL | 267.42º | 0.7% | 0.58% | - |
| HSV(B) | 267.42º | 0.68% | 0.87% | - |
| XYZ | 26.62 | 15.63 | 71.42 | - |
| YUV | 109.85 | 191.86 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 223 | 0.37 | 0.68 | 0 | 0.13 | 267.42 | 0.7 | 0.58 |
| Hex | 8D | 48 | DF | 25 | 44 | 0 | D | 10B | 46 | 3A |
| Octal | 215 | 110 | 337 | 45 | 104 | 0 | 15 | 413 | 106 | 72 |
| Binary | 10001101 | 1001000 | 11011111 | 100101 | 1000100 | 0 | 1101 | 100001011 | 1000110 | 111010 |
Color Harmonies of #8D48DF
Complementary color
Monochromatic Colors of #8D48DF
Black with #8D48DF
Text Example
Text Example
White with #8D48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D48DF; }
p { color: rgb(141,72,223); }
H1.HeaderClassName
{
color: #8D48DF;
}
.AnyTagClassName
{
color: #8D48DF;
}
</style>
background-color css
<style>
a { background-color: #8D48DF; }
a { background-color: rgb(141,72,223); }
div.DivClassName
{
background-color: #8D48DF;
}
.BgClassName
{
background-color: #8D48DF;
}
</style>
border-color css
<style>
span { border-color: #8D48DF; }
span { border-color: rgb(141,72,223); }
td.TdClassName
{
border-color: #8D48DF;
}
.TagClassName
{
border-color: #8D48DF;
}
</style>