Shades of Blue Violet #8515DF
Tints of Blue Violet #8515DF
RGB
CMYK
RGB Variations
Color information
#8515DF (or 0x8515DF) is known color: Blue Violet. HEX triplet: 85, 15 and DF. RGB value is (133,21,223). Sum of RGB (Red+Green+Blue) = 133+21+223=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #8515DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515DF is #7AEA20. Grayscale: #4C4C4C. Windows color (decimal): -8055329 or 14620037. OLE color: 14620037.
HSL color Cylindrical-coordinate representation of color #8515DF: hue angle of 273.27º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8515DF is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 21 | 223 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.13 |
| HSL | 273.27º | 0.83% | 0.48% | - |
| HSV(B) | 273.27º | 0.91% | 0.87% | - |
| XYZ | 23.26 | 10.85 | 70.68 | - |
| YUV | 77.52 | 210.11 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 223 | 0.40 | 0.91 | 0 | 0.13 | 273.27 | 0.83 | 0.48 |
| Hex | 85 | 15 | DF | 28 | 5B | 0 | D | 111 | 53 | 30 |
| Octal | 205 | 25 | 337 | 50 | 133 | 0 | 15 | 421 | 123 | 60 |
| Binary | 10000101 | 10101 | 11011111 | 101000 | 1011011 | 0 | 1101 | 100010001 | 1010011 | 110000 |
Color Harmonies of #8515DF
Complementary color
Monochromatic Colors of #8515DF
Black with #8515DF
Text Example
Text Example
White with #8515DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515DF; }
p { color: rgb(133,21,223); }
H1.HeaderClassName
{
color: #8515DF;
}
.AnyTagClassName
{
color: #8515DF;
}
</style>
background-color css
<style>
a { background-color: #8515DF; }
a { background-color: rgb(133,21,223); }
div.DivClassName
{
background-color: #8515DF;
}
.BgClassName
{
background-color: #8515DF;
}
</style>
border-color css
<style>
span { border-color: #8515DF; }
span { border-color: rgb(133,21,223); }
td.TdClassName
{
border-color: #8515DF;
}
.TagClassName
{
border-color: #8515DF;
}
</style>