Shades of Blue Violet #853FCF
Tints of Blue Violet #853FCF
RGB
CMYK
RGB Variations
Color information
#853FCF (or 0x853FCF) is known color: Blue Violet. HEX triplet: 85, 3F and CF. RGB value is (133,63,207). Sum of RGB (Red+Green+Blue) = 133+63+207=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #853FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FCF is #7AC030. Grayscale: #636363. Windows color (decimal): -8044593 or 13582213. OLE color: 13582213.
HSL color Cylindrical-coordinate representation of color #853FCF: hue angle of 269.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853FCF is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 63 | 207 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.19 |
| HSL | 269.17º | 0.6% | 0.53% | - |
| HSV(B) | 269.17º | 0.7% | 0.81% | - |
| XYZ | 22.71 | 13.05 | 60.35 | - |
| YUV | 100.35 | 188.19 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 207 | 0.36 | 0.70 | 0 | 0.19 | 269.17 | 0.6 | 0.53 |
| Hex | 85 | 3F | CF | 24 | 46 | 0 | 13 | 10D | 3C | 35 |
| Octal | 205 | 77 | 317 | 44 | 106 | 0 | 23 | 415 | 74 | 65 |
| Binary | 10000101 | 111111 | 11001111 | 100100 | 1000110 | 0 | 10011 | 100001101 | 111100 | 110101 |
Color Harmonies of #853FCF
Complementary color
Monochromatic Colors of #853FCF
Black with #853FCF
Text Example
Text Example
White with #853FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FCF; }
p { color: rgb(133,63,207); }
H1.HeaderClassName
{
color: #853FCF;
}
.AnyTagClassName
{
color: #853FCF;
}
</style>
background-color css
<style>
a { background-color: #853FCF; }
a { background-color: rgb(133,63,207); }
div.DivClassName
{
background-color: #853FCF;
}
.BgClassName
{
background-color: #853FCF;
}
</style>
border-color css
<style>
span { border-color: #853FCF; }
span { border-color: rgb(133,63,207); }
td.TdClassName
{
border-color: #853FCF;
}
.TagClassName
{
border-color: #853FCF;
}
</style>