Shades of Blue Violet #853CDB
Tints of Blue Violet #853CDB
RGB
CMYK
RGB Variations
Color information
#853CDB (or 0x853CDB) is known color: Blue Violet. HEX triplet: 85, 3C and DB. RGB value is (133,60,219). Sum of RGB (Red+Green+Blue) = 133+60+219=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #853CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CDB is #7AC324. Grayscale: #636363. Windows color (decimal): -8045349 or 14367877. OLE color: 14367877.
HSL color Cylindrical-coordinate representation of color #853CDB: hue angle of 267.55º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853CDB is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 60 | 219 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.14 |
| HSL | 267.55º | 0.69% | 0.55% | - |
| HSV(B) | 267.55º | 0.73% | 0.86% | - |
| XYZ | 24.07 | 13.33 | 68.32 | - |
| YUV | 99.95 | 195.18 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 219 | 0.39 | 0.73 | 0 | 0.14 | 267.55 | 0.69 | 0.55 |
| Hex | 85 | 3C | DB | 27 | 49 | 0 | E | 10C | 45 | 37 |
| Octal | 205 | 74 | 333 | 47 | 111 | 0 | 16 | 414 | 105 | 67 |
| Binary | 10000101 | 111100 | 11011011 | 100111 | 1001001 | 0 | 1110 | 100001100 | 1000101 | 110111 |
Color Harmonies of #853CDB
Complementary color
Monochromatic Colors of #853CDB
Black with #853CDB
Text Example
Text Example
White with #853CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CDB; }
p { color: rgb(133,60,219); }
H1.HeaderClassName
{
color: #853CDB;
}
.AnyTagClassName
{
color: #853CDB;
}
</style>
background-color css
<style>
a { background-color: #853CDB; }
a { background-color: rgb(133,60,219); }
div.DivClassName
{
background-color: #853CDB;
}
.BgClassName
{
background-color: #853CDB;
}
</style>
border-color css
<style>
span { border-color: #853CDB; }
span { border-color: rgb(133,60,219); }
td.TdClassName
{
border-color: #853CDB;
}
.TagClassName
{
border-color: #853CDB;
}
</style>