Shades of Blue Violet #853ADE
Tints of Blue Violet #853ADE
RGB
CMYK
RGB Variations
Color information
#853ADE (or 0x853ADE) is known color: Blue Violet. HEX triplet: 85, 3A and DE. RGB value is (133,58,222). Sum of RGB (Red+Green+Blue) = 133+58+222=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #853ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ADE is #7AC521. Grayscale: #626262. Windows color (decimal): -8045858 or 14563973. OLE color: 14563973.
HSL color Cylindrical-coordinate representation of color #853ADE: hue angle of 267.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853ADE is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 58 | 222 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.13 |
| HSL | 267.44º | 0.71% | 0.55% | - |
| HSV(B) | 267.44º | 0.74% | 0.87% | - |
| XYZ | 24.37 | 13.29 | 70.39 | - |
| YUV | 99.12 | 197.35 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 222 | 0.40 | 0.74 | 0 | 0.13 | 267.44 | 0.71 | 0.55 |
| Hex | 85 | 3A | DE | 28 | 4A | 0 | D | 10B | 47 | 37 |
| Octal | 205 | 72 | 336 | 50 | 112 | 0 | 15 | 413 | 107 | 67 |
| Binary | 10000101 | 111010 | 11011110 | 101000 | 1001010 | 0 | 1101 | 100001011 | 1000111 | 110111 |
Color Harmonies of #853ADE
Complementary color
Monochromatic Colors of #853ADE
Black with #853ADE
Text Example
Text Example
White with #853ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853ADE; }
p { color: rgb(133,58,222); }
H1.HeaderClassName
{
color: #853ADE;
}
.AnyTagClassName
{
color: #853ADE;
}
</style>
background-color css
<style>
a { background-color: #853ADE; }
a { background-color: rgb(133,58,222); }
div.DivClassName
{
background-color: #853ADE;
}
.BgClassName
{
background-color: #853ADE;
}
</style>
border-color css
<style>
span { border-color: #853ADE; }
span { border-color: rgb(133,58,222); }
td.TdClassName
{
border-color: #853ADE;
}
.TagClassName
{
border-color: #853ADE;
}
</style>