Shades of Blue Violet #853CF7
Tints of Blue Violet #853CF7
RGB
CMYK
RGB Variations
Color information
#853CF7 (or 0x853CF7) is known color: Blue Violet. HEX triplet: 85, 3C and F7. RGB value is (133,60,247). Sum of RGB (Red+Green+Blue) = 133+60+247=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #853CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853CF7 is #7AC308. Grayscale: #666666. Windows color (decimal): -8045321 or 16202885. OLE color: 16202885.
HSL color Cylindrical-coordinate representation of color #853CF7: hue angle of 263.42º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #853CF7 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 60 | 247 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.03 |
| HSL | 263.42º | 0.92% | 0.6% | - |
| HSV(B) | 263.42º | 0.76% | 0.97% | - |
| XYZ | 28.08 | 14.93 | 89.4 | - |
| YUV | 103.15 | 209.18 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 247 | 0.46 | 0.76 | 0 | 0.03 | 263.42 | 0.92 | 0.6 |
| Hex | 85 | 3C | F7 | 2E | 4C | 0 | 3 | 107 | 5C | 3C |
| Octal | 205 | 74 | 367 | 56 | 114 | 0 | 3 | 407 | 134 | 74 |
| Binary | 10000101 | 111100 | 11110111 | 101110 | 1001100 | 0 | 11 | 100000111 | 1011100 | 111100 |
Color Harmonies of #853CF7
Complementary color
Monochromatic Colors of #853CF7
Black with #853CF7
Text Example
Text Example
White with #853CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CF7; }
p { color: rgb(133,60,247); }
H1.HeaderClassName
{
color: #853CF7;
}
.AnyTagClassName
{
color: #853CF7;
}
</style>
background-color css
<style>
a { background-color: #853CF7; }
a { background-color: rgb(133,60,247); }
div.DivClassName
{
background-color: #853CF7;
}
.BgClassName
{
background-color: #853CF7;
}
</style>
border-color css
<style>
span { border-color: #853CF7; }
span { border-color: rgb(133,60,247); }
td.TdClassName
{
border-color: #853CF7;
}
.TagClassName
{
border-color: #853CF7;
}
</style>