Shades of Blue Violet #853EEF
Tints of Blue Violet #853EEF
RGB
CMYK
RGB Variations
Color information
#853EEF (or 0x853EEF) is known color: Blue Violet. HEX triplet: 85, 3E and EF. RGB value is (133,62,239). Sum of RGB (Red+Green+Blue) = 133+62+239=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #853EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853EEF is #7AC110. Grayscale: #666666. Windows color (decimal): -8044817 or 15679109. OLE color: 15679109.
HSL color Cylindrical-coordinate representation of color #853EEF: hue angle of 264.07º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853EEF is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 62 | 239 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.06 |
| HSL | 264.07º | 0.85% | 0.59% | - |
| HSV(B) | 264.07º | 0.74% | 0.94% | - |
| XYZ | 26.98 | 14.66 | 83.07 | - |
| YUV | 103.41 | 204.52 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 239 | 0.44 | 0.74 | 0 | 0.06 | 264.07 | 0.85 | 0.59 |
| Hex | 85 | 3E | EF | 2C | 4A | 0 | 6 | 108 | 55 | 3B |
| Octal | 205 | 76 | 357 | 54 | 112 | 0 | 6 | 410 | 125 | 73 |
| Binary | 10000101 | 111110 | 11101111 | 101100 | 1001010 | 0 | 110 | 100001000 | 1010101 | 111011 |
Color Harmonies of #853EEF
Complementary color
Monochromatic Colors of #853EEF
Black with #853EEF
Text Example
Text Example
White with #853EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853EEF; }
p { color: rgb(133,62,239); }
H1.HeaderClassName
{
color: #853EEF;
}
.AnyTagClassName
{
color: #853EEF;
}
</style>
background-color css
<style>
a { background-color: #853EEF; }
a { background-color: rgb(133,62,239); }
div.DivClassName
{
background-color: #853EEF;
}
.BgClassName
{
background-color: #853EEF;
}
</style>
border-color css
<style>
span { border-color: #853EEF; }
span { border-color: rgb(133,62,239); }
td.TdClassName
{
border-color: #853EEF;
}
.TagClassName
{
border-color: #853EEF;
}
</style>