Shades of Blue Violet #854AEC
Tints of Blue Violet #854AEC
RGB
CMYK
RGB Variations
Color information
#854AEC (or 0x854AEC) is known color: Blue Violet. HEX triplet: 85, 4A and EC. RGB value is (133,74,236). Sum of RGB (Red+Green+Blue) = 133+74+236=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #854AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854AEC is #7AB513. Grayscale: #6D6D6D. Windows color (decimal): -8041748 or 15485573. OLE color: 15485573.
HSL color Cylindrical-coordinate representation of color #854AEC: hue angle of 261.85º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #854AEC is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 74 | 236 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.07 |
| HSL | 261.85º | 0.81% | 0.61% | - |
| HSV(B) | 261.85º | 0.69% | 0.93% | - |
| XYZ | 27.26 | 15.94 | 81 | - |
| YUV | 110.11 | 199.05 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 236 | 0.44 | 0.69 | 0 | 0.07 | 261.85 | 0.81 | 0.61 |
| Hex | 85 | 4A | EC | 2C | 45 | 0 | 7 | 106 | 51 | 3D |
| Octal | 205 | 112 | 354 | 54 | 105 | 0 | 7 | 406 | 121 | 75 |
| Binary | 10000101 | 1001010 | 11101100 | 101100 | 1000101 | 0 | 111 | 100000110 | 1010001 | 111101 |
Color Harmonies of #854AEC
Complementary color
Monochromatic Colors of #854AEC
Black with #854AEC
Text Example
Text Example
White with #854AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854AEC; }
p { color: rgb(133,74,236); }
H1.HeaderClassName
{
color: #854AEC;
}
.AnyTagClassName
{
color: #854AEC;
}
</style>
background-color css
<style>
a { background-color: #854AEC; }
a { background-color: rgb(133,74,236); }
div.DivClassName
{
background-color: #854AEC;
}
.BgClassName
{
background-color: #854AEC;
}
</style>
border-color css
<style>
span { border-color: #854AEC; }
span { border-color: rgb(133,74,236); }
td.TdClassName
{
border-color: #854AEC;
}
.TagClassName
{
border-color: #854AEC;
}
</style>