Shades of Blue Violet #8513DF
Tints of Blue Violet #8513DF
RGB
CMYK
RGB Variations
Color information
#8513DF (or 0x8513DF) is known color: Blue Violet. HEX triplet: 85, 13 and DF. RGB value is (133,19,223). Sum of RGB (Red+Green+Blue) = 133+19+223=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #8513DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513DF is #7AEC20. Grayscale: #4B4B4B. Windows color (decimal): -8055841 or 14619525. OLE color: 14619525.
HSL color Cylindrical-coordinate representation of color #8513DF: hue angle of 273.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8513DF is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 19 | 223 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.13 |
| HSL | 273.53º | 0.84% | 0.47% | - |
| HSV(B) | 273.53º | 0.91% | 0.87% | - |
| XYZ | 23.23 | 10.78 | 70.67 | - |
| YUV | 76.34 | 210.77 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 223 | 0.40 | 0.91 | 0 | 0.13 | 273.53 | 0.84 | 0.47 |
| Hex | 85 | 13 | DF | 28 | 5B | 0 | D | 112 | 54 | 2F |
| Octal | 205 | 23 | 337 | 50 | 133 | 0 | 15 | 422 | 124 | 57 |
| Binary | 10000101 | 10011 | 11011111 | 101000 | 1011011 | 0 | 1101 | 100010010 | 1010100 | 101111 |
Color Harmonies of #8513DF
Complementary color
Monochromatic Colors of #8513DF
Black with #8513DF
Text Example
Text Example
White with #8513DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8513DF; }
p { color: rgb(133,19,223); }
H1.HeaderClassName
{
color: #8513DF;
}
.AnyTagClassName
{
color: #8513DF;
}
</style>
background-color css
<style>
a { background-color: #8513DF; }
a { background-color: rgb(133,19,223); }
div.DivClassName
{
background-color: #8513DF;
}
.BgClassName
{
background-color: #8513DF;
}
</style>
border-color css
<style>
span { border-color: #8513DF; }
span { border-color: rgb(133,19,223); }
td.TdClassName
{
border-color: #8513DF;
}
.TagClassName
{
border-color: #8513DF;
}
</style>