Shades of Blue Violet #853BDA
Tints of Blue Violet #853BDA
RGB
CMYK
RGB Variations
Color information
#853BDA (or 0x853BDA) is known color: Blue Violet. HEX triplet: 85, 3B and DA. RGB value is (133,59,218). Sum of RGB (Red+Green+Blue) = 133+59+218=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #853BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BDA is #7AC425. Grayscale: #626262. Windows color (decimal): -8045606 or 14302085. OLE color: 14302085.
HSL color Cylindrical-coordinate representation of color #853BDA: hue angle of 267.92º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853BDA is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 59 | 218 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.15 |
| HSL | 267.92º | 0.68% | 0.54% | - |
| HSV(B) | 267.92º | 0.73% | 0.85% | - |
| XYZ | 23.89 | 13.18 | 67.61 | - |
| YUV | 99.25 | 195.02 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 218 | 0.39 | 0.73 | 0 | 0.15 | 267.92 | 0.68 | 0.54 |
| Hex | 85 | 3B | DA | 27 | 49 | 0 | F | 10C | 44 | 36 |
| Octal | 205 | 73 | 332 | 47 | 111 | 0 | 17 | 414 | 104 | 66 |
| Binary | 10000101 | 111011 | 11011010 | 100111 | 1001001 | 0 | 1111 | 100001100 | 1000100 | 110110 |
Color Harmonies of #853BDA
Complementary color
Monochromatic Colors of #853BDA
Black with #853BDA
Text Example
Text Example
White with #853BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BDA; }
p { color: rgb(133,59,218); }
H1.HeaderClassName
{
color: #853BDA;
}
.AnyTagClassName
{
color: #853BDA;
}
</style>
background-color css
<style>
a { background-color: #853BDA; }
a { background-color: rgb(133,59,218); }
div.DivClassName
{
background-color: #853BDA;
}
.BgClassName
{
background-color: #853BDA;
}
</style>
border-color css
<style>
span { border-color: #853BDA; }
span { border-color: rgb(133,59,218); }
td.TdClassName
{
border-color: #853BDA;
}
.TagClassName
{
border-color: #853BDA;
}
</style>