Shades of Blue Violet #853ADC
Tints of Blue Violet #853ADC
RGB
CMYK
RGB Variations
Color information
#853ADC (or 0x853ADC) is known color: Blue Violet. HEX triplet: 85, 3A and DC. RGB value is (133,58,220). Sum of RGB (Red+Green+Blue) = 133+58+220=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #853ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ADC is #7AC523. Grayscale: #626262. Windows color (decimal): -8045860 or 14432901. OLE color: 14432901.
HSL color Cylindrical-coordinate representation of color #853ADC: hue angle of 267.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853ADC is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 58 | 220 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.14 |
| HSL | 267.78º | 0.7% | 0.55% | - |
| HSV(B) | 267.78º | 0.74% | 0.86% | - |
| XYZ | 24.1 | 13.18 | 68.98 | - |
| YUV | 98.89 | 196.35 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 220 | 0.40 | 0.74 | 0 | 0.14 | 267.78 | 0.7 | 0.55 |
| Hex | 85 | 3A | DC | 28 | 4A | 0 | E | 10C | 46 | 37 |
| Octal | 205 | 72 | 334 | 50 | 112 | 0 | 16 | 414 | 106 | 67 |
| Binary | 10000101 | 111010 | 11011100 | 101000 | 1001010 | 0 | 1110 | 100001100 | 1000110 | 110111 |
Color Harmonies of #853ADC
Complementary color
Monochromatic Colors of #853ADC
Black with #853ADC
Text Example
Text Example
White with #853ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853ADC; }
p { color: rgb(133,58,220); }
H1.HeaderClassName
{
color: #853ADC;
}
.AnyTagClassName
{
color: #853ADC;
}
</style>
background-color css
<style>
a { background-color: #853ADC; }
a { background-color: rgb(133,58,220); }
div.DivClassName
{
background-color: #853ADC;
}
.BgClassName
{
background-color: #853ADC;
}
</style>
border-color css
<style>
span { border-color: #853ADC; }
span { border-color: rgb(133,58,220); }
td.TdClassName
{
border-color: #853ADC;
}
.TagClassName
{
border-color: #853ADC;
}
</style>