Shades of Blue Violet #853BE2
Tints of Blue Violet #853BE2
RGB
CMYK
RGB Variations
Color information
#853BE2 (or 0x853BE2) is known color: Blue Violet. HEX triplet: 85, 3B and E2. RGB value is (133,59,226). Sum of RGB (Red+Green+Blue) = 133+59+226=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 226 (88.67% from 255 or 54.07% from 418); Max value from RGB is 226 - color contains mainly: blue. Hex color #853BE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BE2 is #7AC41D. Grayscale: #636363. Windows color (decimal): -8045598 or 14826373. OLE color: 14826373.
HSL color Cylindrical-coordinate representation of color #853BE2: hue angle of 266.59º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853BE2 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 59 | 226 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.11 |
| HSL | 266.59º | 0.74% | 0.56% | - |
| HSV(B) | 266.59º | 0.74% | 0.89% | - |
| XYZ | 24.96 | 13.61 | 73.26 | - |
| YUV | 100.16 | 199.02 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 226 | 0.41 | 0.74 | 0 | 0.11 | 266.59 | 0.74 | 0.56 |
| Hex | 85 | 3B | E2 | 29 | 4A | 0 | B | 10B | 4A | 38 |
| Octal | 205 | 73 | 342 | 51 | 112 | 0 | 13 | 413 | 112 | 70 |
| Binary | 10000101 | 111011 | 11100010 | 101001 | 1001010 | 0 | 1011 | 100001011 | 1001010 | 111000 |
Color Harmonies of #853BE2
Complementary color
Monochromatic Colors of #853BE2
Black with #853BE2
Text Example
Text Example
White with #853BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BE2; }
p { color: rgb(133,59,226); }
H1.HeaderClassName
{
color: #853BE2;
}
.AnyTagClassName
{
color: #853BE2;
}
</style>
background-color css
<style>
a { background-color: #853BE2; }
a { background-color: rgb(133,59,226); }
div.DivClassName
{
background-color: #853BE2;
}
.BgClassName
{
background-color: #853BE2;
}
</style>
border-color css
<style>
span { border-color: #853BE2; }
span { border-color: rgb(133,59,226); }
td.TdClassName
{
border-color: #853BE2;
}
.TagClassName
{
border-color: #853BE2;
}
</style>