Shades of Blue Violet #853EEA
Tints of Blue Violet #853EEA
RGB
CMYK
RGB Variations
Color information
#853EEA (or 0x853EEA) is known color: Blue Violet. HEX triplet: 85, 3E and EA. RGB value is (133,62,234). Sum of RGB (Red+Green+Blue) = 133+62+234=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #853EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853EEA is #7AC115. Grayscale: #666666. Windows color (decimal): -8044822 or 15351429. OLE color: 15351429.
HSL color Cylindrical-coordinate representation of color #853EEA: hue angle of 264.77º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853EEA is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 62 | 234 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.08 |
| HSL | 264.77º | 0.8% | 0.58% | - |
| HSV(B) | 264.77º | 0.74% | 0.92% | - |
| XYZ | 26.25 | 14.37 | 79.23 | - |
| YUV | 102.84 | 202.02 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 234 | 0.43 | 0.74 | 0 | 0.08 | 264.77 | 0.8 | 0.58 |
| Hex | 85 | 3E | EA | 2B | 4A | 0 | 8 | 109 | 50 | 3A |
| Octal | 205 | 76 | 352 | 53 | 112 | 0 | 10 | 411 | 120 | 72 |
| Binary | 10000101 | 111110 | 11101010 | 101011 | 1001010 | 0 | 1000 | 100001001 | 1010000 | 111010 |
Color Harmonies of #853EEA
Complementary color
Monochromatic Colors of #853EEA
Black with #853EEA
Text Example
Text Example
White with #853EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853EEA; }
p { color: rgb(133,62,234); }
H1.HeaderClassName
{
color: #853EEA;
}
.AnyTagClassName
{
color: #853EEA;
}
</style>
background-color css
<style>
a { background-color: #853EEA; }
a { background-color: rgb(133,62,234); }
div.DivClassName
{
background-color: #853EEA;
}
.BgClassName
{
background-color: #853EEA;
}
</style>
border-color css
<style>
span { border-color: #853EEA; }
span { border-color: rgb(133,62,234); }
td.TdClassName
{
border-color: #853EEA;
}
.TagClassName
{
border-color: #853EEA;
}
</style>