Shades of Blue Violet #853EDA
Tints of Blue Violet #853EDA
RGB
CMYK
RGB Variations
Color information
#853EDA (or 0x853EDA) is known color: Blue Violet. HEX triplet: 85, 3E and DA. RGB value is (133,62,218). Sum of RGB (Red+Green+Blue) = 133+62+218=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #853EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853EDA is #7AC125. Grayscale: #646464. Windows color (decimal): -8044838 or 14302853. OLE color: 14302853.
HSL color Cylindrical-coordinate representation of color #853EDA: hue angle of 267.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853EDA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 62 | 218 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.15 |
| HSL | 267.31º | 0.68% | 0.55% | - |
| HSV(B) | 267.31º | 0.72% | 0.85% | - |
| XYZ | 24.05 | 13.49 | 67.67 | - |
| YUV | 101.01 | 194.02 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 218 | 0.39 | 0.72 | 0 | 0.15 | 267.31 | 0.68 | 0.55 |
| Hex | 85 | 3E | DA | 27 | 48 | 0 | F | 10B | 44 | 37 |
| Octal | 205 | 76 | 332 | 47 | 110 | 0 | 17 | 413 | 104 | 67 |
| Binary | 10000101 | 111110 | 11011010 | 100111 | 1001000 | 0 | 1111 | 100001011 | 1000100 | 110111 |
Color Harmonies of #853EDA
Complementary color
Monochromatic Colors of #853EDA
Black with #853EDA
Text Example
Text Example
White with #853EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853EDA; }
p { color: rgb(133,62,218); }
H1.HeaderClassName
{
color: #853EDA;
}
.AnyTagClassName
{
color: #853EDA;
}
</style>
background-color css
<style>
a { background-color: #853EDA; }
a { background-color: rgb(133,62,218); }
div.DivClassName
{
background-color: #853EDA;
}
.BgClassName
{
background-color: #853EDA;
}
</style>
border-color css
<style>
span { border-color: #853EDA; }
span { border-color: rgb(133,62,218); }
td.TdClassName
{
border-color: #853EDA;
}
.TagClassName
{
border-color: #853EDA;
}
</style>