Shades of Blue Violet #853EFD
Tints of Blue Violet #853EFD
RGB
CMYK
RGB Variations
Color information
#853EFD (or 0x853EFD) is known color: Blue Violet. HEX triplet: 85, 3E and FD. RGB value is (133,62,253). Sum of RGB (Red+Green+Blue) = 133+62+253=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #853EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853EFD is #7AC102. Grayscale: #686868. Windows color (decimal): -8044803 or 16596613. OLE color: 16596613.
HSL color Cylindrical-coordinate representation of color #853EFD: hue angle of 262.3º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853EFD is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 62 | 253 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.01 |
| HSL | 262.3º | 0.98% | 0.62% | - |
| HSV(B) | 262.3º | 0.75% | 0.99% | - |
| XYZ | 29.13 | 15.52 | 94.39 | - |
| YUV | 105 | 211.52 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 253 | 0.47 | 0.75 | 0 | 0.01 | 262.3 | 0.98 | 0.62 |
| Hex | 85 | 3E | FD | 2F | 4B | 0 | 1 | 106 | 62 | 3E |
| Octal | 205 | 76 | 375 | 57 | 113 | 0 | 1 | 406 | 142 | 76 |
| Binary | 10000101 | 111110 | 11111101 | 101111 | 1001011 | 0 | 1 | 100000110 | 1100010 | 111110 |
Color Harmonies of #853EFD
Complementary color
Monochromatic Colors of #853EFD
Black with #853EFD
Text Example
Text Example
White with #853EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853EFD; }
p { color: rgb(133,62,253); }
H1.HeaderClassName
{
color: #853EFD;
}
.AnyTagClassName
{
color: #853EFD;
}
</style>
background-color css
<style>
a { background-color: #853EFD; }
a { background-color: rgb(133,62,253); }
div.DivClassName
{
background-color: #853EFD;
}
.BgClassName
{
background-color: #853EFD;
}
</style>
border-color css
<style>
span { border-color: #853EFD; }
span { border-color: rgb(133,62,253); }
td.TdClassName
{
border-color: #853EFD;
}
.TagClassName
{
border-color: #853EFD;
}
</style>