Shades of Blue Violet #854DDE
Tints of Blue Violet #854DDE
RGB
CMYK
RGB Variations
Color information
#854DDE (or 0x854DDE) is known color: Blue Violet. HEX triplet: 85, 4D and DE. RGB value is (133,77,222). Sum of RGB (Red+Green+Blue) = 133+77+222=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #854DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DDE is #7AB221. Grayscale: #6D6D6D. Windows color (decimal): -8040994 or 14568837. OLE color: 14568837.
HSL color Cylindrical-coordinate representation of color #854DDE: hue angle of 263.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854DDE is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 77 | 222 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.13 |
| HSL | 263.17º | 0.69% | 0.59% | - |
| HSV(B) | 263.17º | 0.65% | 0.87% | - |
| XYZ | 25.51 | 15.57 | 70.77 | - |
| YUV | 110.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 222 | 0.40 | 0.65 | 0 | 0.13 | 263.17 | 0.69 | 0.59 |
| Hex | 85 | 4D | DE | 28 | 41 | 0 | D | 107 | 45 | 3B |
| Octal | 205 | 115 | 336 | 50 | 101 | 0 | 15 | 407 | 105 | 73 |
| Binary | 10000101 | 1001101 | 11011110 | 101000 | 1000001 | 0 | 1101 | 100000111 | 1000101 | 111011 |
Color Harmonies of #854DDE
Complementary color
Monochromatic Colors of #854DDE
Black with #854DDE
Text Example
Text Example
White with #854DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854DDE; }
p { color: rgb(133,77,222); }
H1.HeaderClassName
{
color: #854DDE;
}
.AnyTagClassName
{
color: #854DDE;
}
</style>
background-color css
<style>
a { background-color: #854DDE; }
a { background-color: rgb(133,77,222); }
div.DivClassName
{
background-color: #854DDE;
}
.BgClassName
{
background-color: #854DDE;
}
</style>
border-color css
<style>
span { border-color: #854DDE; }
span { border-color: rgb(133,77,222); }
td.TdClassName
{
border-color: #854DDE;
}
.TagClassName
{
border-color: #854DDE;
}
</style>