Shades of Blue Violet #853CDD
Tints of Blue Violet #853CDD
RGB
CMYK
RGB Variations
Color information
#853CDD (or 0x853CDD) is known color: Blue Violet. HEX triplet: 85, 3C and DD. RGB value is (133,60,221). Sum of RGB (Red+Green+Blue) = 133+60+221=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #853CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CDD is #7AC322. Grayscale: #636363. Windows color (decimal): -8045347 or 14498949. OLE color: 14498949.
HSL color Cylindrical-coordinate representation of color #853CDD: hue angle of 267.2º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853CDD is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 60 | 221 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.13 |
| HSL | 267.21º | 0.7% | 0.55% | - |
| HSV(B) | 267.21º | 0.73% | 0.87% | - |
| XYZ | 24.34 | 13.44 | 69.72 | - |
| YUV | 100.18 | 196.18 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 221 | 0.40 | 0.73 | 0 | 0.13 | 267.21 | 0.7 | 0.55 |
| Hex | 85 | 3C | DD | 28 | 49 | 0 | D | 10B | 46 | 37 |
| Octal | 205 | 74 | 335 | 50 | 111 | 0 | 15 | 413 | 106 | 67 |
| Binary | 10000101 | 111100 | 11011101 | 101000 | 1001001 | 0 | 1101 | 100001011 | 1000110 | 110111 |
Color Harmonies of #853CDD
Complementary color
Monochromatic Colors of #853CDD
Black with #853CDD
Text Example
Text Example
White with #853CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CDD; }
p { color: rgb(133,60,221); }
H1.HeaderClassName
{
color: #853CDD;
}
.AnyTagClassName
{
color: #853CDD;
}
</style>
background-color css
<style>
a { background-color: #853CDD; }
a { background-color: rgb(133,60,221); }
div.DivClassName
{
background-color: #853CDD;
}
.BgClassName
{
background-color: #853CDD;
}
</style>
border-color css
<style>
span { border-color: #853CDD; }
span { border-color: rgb(133,60,221); }
td.TdClassName
{
border-color: #853CDD;
}
.TagClassName
{
border-color: #853CDD;
}
</style>