Shades of Blue Violet #854CDB
Tints of Blue Violet #854CDB
RGB
CMYK
RGB Variations
Color information
#854CDB (or 0x854CDB) is known color: Blue Violet. HEX triplet: 85, 4C and DB. RGB value is (133,76,219). Sum of RGB (Red+Green+Blue) = 133+76+219=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #854CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CDB is #7AB324. Grayscale: #6C6C6C. Windows color (decimal): -8041253 or 14371973. OLE color: 14371973.
HSL color Cylindrical-coordinate representation of color #854CDB: hue angle of 263.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854CDB is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 76 | 219 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.14 |
| HSL | 263.92º | 0.67% | 0.58% | - |
| HSV(B) | 263.92º | 0.65% | 0.86% | - |
| XYZ | 25.04 | 15.27 | 68.65 | - |
| YUV | 109.35 | 189.88 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 219 | 0.39 | 0.65 | 0 | 0.14 | 263.92 | 0.67 | 0.58 |
| Hex | 85 | 4C | DB | 27 | 41 | 0 | E | 108 | 43 | 3A |
| Octal | 205 | 114 | 333 | 47 | 101 | 0 | 16 | 410 | 103 | 72 |
| Binary | 10000101 | 1001100 | 11011011 | 100111 | 1000001 | 0 | 1110 | 100001000 | 1000011 | 111010 |
Color Harmonies of #854CDB
Complementary color
Monochromatic Colors of #854CDB
Black with #854CDB
Text Example
Text Example
White with #854CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854CDB; }
p { color: rgb(133,76,219); }
H1.HeaderClassName
{
color: #854CDB;
}
.AnyTagClassName
{
color: #854CDB;
}
</style>
background-color css
<style>
a { background-color: #854CDB; }
a { background-color: rgb(133,76,219); }
div.DivClassName
{
background-color: #854CDB;
}
.BgClassName
{
background-color: #854CDB;
}
</style>
border-color css
<style>
span { border-color: #854CDB; }
span { border-color: rgb(133,76,219); }
td.TdClassName
{
border-color: #854CDB;
}
.TagClassName
{
border-color: #854CDB;
}
</style>