Shades of Blue Violet #853CF8
Tints of Blue Violet #853CF8
RGB
CMYK
RGB Variations
Color information
#853CF8 (or 0x853CF8) is known color: Blue Violet. HEX triplet: 85, 3C and F8. RGB value is (133,60,248). Sum of RGB (Red+Green+Blue) = 133+60+248=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #853CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853CF8 is #7AC307. Grayscale: #666666. Windows color (decimal): -8045320 or 16268421. OLE color: 16268421.
HSL color Cylindrical-coordinate representation of color #853CF8: hue angle of 263.3º degrees, saturation: 0.93, 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 #853CF8 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 60 | 248 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.03 |
| HSL | 263.3º | 0.93% | 0.6% | - |
| HSV(B) | 263.3º | 0.76% | 0.97% | - |
| XYZ | 28.23 | 15 | 90.21 | - |
| YUV | 103.26 | 209.68 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 248 | 0.46 | 0.76 | 0 | 0.03 | 263.3 | 0.93 | 0.6 |
| Hex | 85 | 3C | F8 | 2E | 4C | 0 | 3 | 107 | 5D | 3C |
| Octal | 205 | 74 | 370 | 56 | 114 | 0 | 3 | 407 | 135 | 74 |
| Binary | 10000101 | 111100 | 11111000 | 101110 | 1001100 | 0 | 11 | 100000111 | 1011101 | 111100 |
Color Harmonies of #853CF8
Complementary color
Monochromatic Colors of #853CF8
Black with #853CF8
Text Example
Text Example
White with #853CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CF8; }
p { color: rgb(133,60,248); }
H1.HeaderClassName
{
color: #853CF8;
}
.AnyTagClassName
{
color: #853CF8;
}
</style>
background-color css
<style>
a { background-color: #853CF8; }
a { background-color: rgb(133,60,248); }
div.DivClassName
{
background-color: #853CF8;
}
.BgClassName
{
background-color: #853CF8;
}
</style>
border-color css
<style>
span { border-color: #853CF8; }
span { border-color: rgb(133,60,248); }
td.TdClassName
{
border-color: #853CF8;
}
.TagClassName
{
border-color: #853CF8;
}
</style>