Shades of Blue Violet #853CEB
Tints of Blue Violet #853CEB
RGB
CMYK
RGB Variations
Color information
#853CEB (or 0x853CEB) is known color: Blue Violet. HEX triplet: 85, 3C and EB. RGB value is (133,60,235). Sum of RGB (Red+Green+Blue) = 133+60+235=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #853CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853CEB is #7AC314. Grayscale: #656565. Windows color (decimal): -8045333 or 15416453. OLE color: 15416453.
HSL color Cylindrical-coordinate representation of color #853CEB: hue angle of 265.03º degrees, saturation: 0.81, 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 #853CEB is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 60 | 235 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.08 |
| HSL | 265.03º | 0.81% | 0.58% | - |
| HSV(B) | 265.03º | 0.74% | 0.92% | - |
| XYZ | 26.28 | 14.22 | 79.96 | - |
| YUV | 101.78 | 203.18 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 235 | 0.43 | 0.74 | 0 | 0.08 | 265.03 | 0.81 | 0.58 |
| Hex | 85 | 3C | EB | 2B | 4A | 0 | 8 | 109 | 51 | 3A |
| Octal | 205 | 74 | 353 | 53 | 112 | 0 | 10 | 411 | 121 | 72 |
| Binary | 10000101 | 111100 | 11101011 | 101011 | 1001010 | 0 | 1000 | 100001001 | 1010001 | 111010 |
Color Harmonies of #853CEB
Complementary color
Monochromatic Colors of #853CEB
Black with #853CEB
Text Example
Text Example
White with #853CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CEB; }
p { color: rgb(133,60,235); }
H1.HeaderClassName
{
color: #853CEB;
}
.AnyTagClassName
{
color: #853CEB;
}
</style>
background-color css
<style>
a { background-color: #853CEB; }
a { background-color: rgb(133,60,235); }
div.DivClassName
{
background-color: #853CEB;
}
.BgClassName
{
background-color: #853CEB;
}
</style>
border-color css
<style>
span { border-color: #853CEB; }
span { border-color: rgb(133,60,235); }
td.TdClassName
{
border-color: #853CEB;
}
.TagClassName
{
border-color: #853CEB;
}
</style>