Shades of Blue Violet #853CDC
Tints of Blue Violet #853CDC
RGB
CMYK
RGB Variations
Color information
#853CDC (or 0x853CDC) is known color: Blue Violet. HEX triplet: 85, 3C and DC. RGB value is (133,60,220). Sum of RGB (Red+Green+Blue) = 133+60+220=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #853CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CDC is #7AC323. Grayscale: #636363. Windows color (decimal): -8045348 or 14433413. OLE color: 14433413.
HSL color Cylindrical-coordinate representation of color #853CDC: hue angle of 267.38º degrees, saturation: 0.7, 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 #853CDC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 60 | 220 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.14 |
| HSL | 267.38º | 0.7% | 0.55% | - |
| HSV(B) | 267.38º | 0.73% | 0.86% | - |
| XYZ | 24.21 | 13.39 | 69.02 | - |
| YUV | 100.07 | 195.68 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 220 | 0.40 | 0.73 | 0 | 0.14 | 267.38 | 0.7 | 0.55 |
| Hex | 85 | 3C | DC | 28 | 49 | 0 | E | 10B | 46 | 37 |
| Octal | 205 | 74 | 334 | 50 | 111 | 0 | 16 | 413 | 106 | 67 |
| Binary | 10000101 | 111100 | 11011100 | 101000 | 1001001 | 0 | 1110 | 100001011 | 1000110 | 110111 |
Color Harmonies of #853CDC
Complementary color
Monochromatic Colors of #853CDC
Black with #853CDC
Text Example
Text Example
White with #853CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CDC; }
p { color: rgb(133,60,220); }
H1.HeaderClassName
{
color: #853CDC;
}
.AnyTagClassName
{
color: #853CDC;
}
</style>
background-color css
<style>
a { background-color: #853CDC; }
a { background-color: rgb(133,60,220); }
div.DivClassName
{
background-color: #853CDC;
}
.BgClassName
{
background-color: #853CDC;
}
</style>
border-color css
<style>
span { border-color: #853CDC; }
span { border-color: rgb(133,60,220); }
td.TdClassName
{
border-color: #853CDC;
}
.TagClassName
{
border-color: #853CDC;
}
</style>