Shades of Blue Violet #853FDF
Tints of Blue Violet #853FDF
RGB
CMYK
RGB Variations
Color information
#853FDF (or 0x853FDF) is known color: Blue Violet. HEX triplet: 85, 3F and DF. RGB value is (133,63,223). Sum of RGB (Red+Green+Blue) = 133+63+223=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #853FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FDF is #7AC020. Grayscale: #656565. Windows color (decimal): -8044577 or 14630789. OLE color: 14630789.
HSL color Cylindrical-coordinate representation of color #853FDF: hue angle of 266.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853FDF is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 63 | 223 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.13 |
| HSL | 266.25º | 0.71% | 0.56% | - |
| HSV(B) | 266.25º | 0.72% | 0.87% | - |
| XYZ | 24.77 | 13.87 | 71.18 | - |
| YUV | 102.17 | 196.19 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 223 | 0.40 | 0.72 | 0 | 0.13 | 266.25 | 0.71 | 0.56 |
| Hex | 85 | 3F | DF | 28 | 48 | 0 | D | 10A | 47 | 38 |
| Octal | 205 | 77 | 337 | 50 | 110 | 0 | 15 | 412 | 107 | 70 |
| Binary | 10000101 | 111111 | 11011111 | 101000 | 1001000 | 0 | 1101 | 100001010 | 1000111 | 111000 |
Color Harmonies of #853FDF
Complementary color
Monochromatic Colors of #853FDF
Black with #853FDF
Text Example
Text Example
White with #853FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FDF; }
p { color: rgb(133,63,223); }
H1.HeaderClassName
{
color: #853FDF;
}
.AnyTagClassName
{
color: #853FDF;
}
</style>
background-color css
<style>
a { background-color: #853FDF; }
a { background-color: rgb(133,63,223); }
div.DivClassName
{
background-color: #853FDF;
}
.BgClassName
{
background-color: #853FDF;
}
</style>
border-color css
<style>
span { border-color: #853FDF; }
span { border-color: rgb(133,63,223); }
td.TdClassName
{
border-color: #853FDF;
}
.TagClassName
{
border-color: #853FDF;
}
</style>