Shades of Blue Violet #853FD9
Tints of Blue Violet #853FD9
RGB
CMYK
RGB Variations
Color information
#853FD9 (or 0x853FD9) is known color: Blue Violet. HEX triplet: 85, 3F and D9. RGB value is (133,63,217). Sum of RGB (Red+Green+Blue) = 133+63+217=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #853FD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FD9 is #7AC026. Grayscale: #646464. Windows color (decimal): -8044583 or 14237573. OLE color: 14237573.
HSL color Cylindrical-coordinate representation of color #853FD9: hue angle of 267.27º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853FD9 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 63 | 217 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.15 |
| HSL | 267.27º | 0.67% | 0.55% | - |
| HSV(B) | 267.27º | 0.71% | 0.85% | - |
| XYZ | 23.97 | 13.55 | 67 | - |
| YUV | 101.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 217 | 0.39 | 0.71 | 0 | 0.15 | 267.27 | 0.67 | 0.55 |
| Hex | 85 | 3F | D9 | 27 | 47 | 0 | F | 10B | 43 | 37 |
| Octal | 205 | 77 | 331 | 47 | 107 | 0 | 17 | 413 | 103 | 67 |
| Binary | 10000101 | 111111 | 11011001 | 100111 | 1000111 | 0 | 1111 | 100001011 | 1000011 | 110111 |
Color Harmonies of #853FD9
Complementary color
Monochromatic Colors of #853FD9
Black with #853FD9
Text Example
Text Example
White with #853FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FD9; }
p { color: rgb(133,63,217); }
H1.HeaderClassName
{
color: #853FD9;
}
.AnyTagClassName
{
color: #853FD9;
}
</style>
background-color css
<style>
a { background-color: #853FD9; }
a { background-color: rgb(133,63,217); }
div.DivClassName
{
background-color: #853FD9;
}
.BgClassName
{
background-color: #853FD9;
}
</style>
border-color css
<style>
span { border-color: #853FD9; }
span { border-color: rgb(133,63,217); }
td.TdClassName
{
border-color: #853FD9;
}
.TagClassName
{
border-color: #853FD9;
}
</style>