Shades of Blue Violet #853CEA
Tints of Blue Violet #853CEA
RGB
CMYK
RGB Variations
Color information
#853CEA (or 0x853CEA) is known color: Blue Violet. HEX triplet: 85, 3C and EA. RGB value is (133,60,234). Sum of RGB (Red+Green+Blue) = 133+60+234=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #853CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853CEA is #7AC315. Grayscale: #656565. Windows color (decimal): -8045334 or 15350917. OLE color: 15350917.
HSL color Cylindrical-coordinate representation of color #853CEA: hue angle of 265.17º 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 #853CEA is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 60 | 234 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.08 |
| HSL | 265.17º | 0.81% | 0.58% | - |
| HSV(B) | 265.17º | 0.74% | 0.92% | - |
| XYZ | 26.14 | 14.16 | 79.2 | - |
| YUV | 101.66 | 202.68 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 234 | 0.43 | 0.74 | 0 | 0.08 | 265.17 | 0.81 | 0.58 |
| Hex | 85 | 3C | EA | 2B | 4A | 0 | 8 | 109 | 51 | 3A |
| Octal | 205 | 74 | 352 | 53 | 112 | 0 | 10 | 411 | 121 | 72 |
| Binary | 10000101 | 111100 | 11101010 | 101011 | 1001010 | 0 | 1000 | 100001001 | 1010001 | 111010 |
Color Harmonies of #853CEA
Complementary color
Monochromatic Colors of #853CEA
Black with #853CEA
Text Example
Text Example
White with #853CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CEA; }
p { color: rgb(133,60,234); }
H1.HeaderClassName
{
color: #853CEA;
}
.AnyTagClassName
{
color: #853CEA;
}
</style>
background-color css
<style>
a { background-color: #853CEA; }
a { background-color: rgb(133,60,234); }
div.DivClassName
{
background-color: #853CEA;
}
.BgClassName
{
background-color: #853CEA;
}
</style>
border-color css
<style>
span { border-color: #853CEA; }
span { border-color: rgb(133,60,234); }
td.TdClassName
{
border-color: #853CEA;
}
.TagClassName
{
border-color: #853CEA;
}
</style>