Shades of Blue Violet #853FDC
Tints of Blue Violet #853FDC
RGB
CMYK
RGB Variations
Color information
#853FDC (or 0x853FDC) is known color: Blue Violet. HEX triplet: 85, 3F and DC. RGB value is (133,63,220). Sum of RGB (Red+Green+Blue) = 133+63+220=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #853FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FDC is #7AC023. Grayscale: #656565. Windows color (decimal): -8044580 or 14434181. OLE color: 14434181.
HSL color Cylindrical-coordinate representation of color #853FDC: hue angle of 266.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853FDC is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 63 | 220 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.14 |
| HSL | 266.75º | 0.69% | 0.55% | - |
| HSV(B) | 266.75º | 0.71% | 0.86% | - |
| XYZ | 24.37 | 13.71 | 69.07 | - |
| YUV | 101.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 220 | 0.40 | 0.71 | 0 | 0.14 | 266.75 | 0.69 | 0.55 |
| Hex | 85 | 3F | DC | 28 | 47 | 0 | E | 10B | 45 | 37 |
| Octal | 205 | 77 | 334 | 50 | 107 | 0 | 16 | 413 | 105 | 67 |
| Binary | 10000101 | 111111 | 11011100 | 101000 | 1000111 | 0 | 1110 | 100001011 | 1000101 | 110111 |
Color Harmonies of #853FDC
Complementary color
Monochromatic Colors of #853FDC
Black with #853FDC
Text Example
Text Example
White with #853FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FDC; }
p { color: rgb(133,63,220); }
H1.HeaderClassName
{
color: #853FDC;
}
.AnyTagClassName
{
color: #853FDC;
}
</style>
background-color css
<style>
a { background-color: #853FDC; }
a { background-color: rgb(133,63,220); }
div.DivClassName
{
background-color: #853FDC;
}
.BgClassName
{
background-color: #853FDC;
}
</style>
border-color css
<style>
span { border-color: #853FDC; }
span { border-color: rgb(133,63,220); }
td.TdClassName
{
border-color: #853FDC;
}
.TagClassName
{
border-color: #853FDC;
}
</style>