Shades of Blue Violet #853ACE
Tints of Blue Violet #853ACE
RGB
CMYK
RGB Variations
Color information
#853ACE (or 0x853ACE) is known color: Blue Violet. HEX triplet: 85, 3A and CE. RGB value is (133,58,206). Sum of RGB (Red+Green+Blue) = 133+58+206=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #853ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ACE is #7AC531. Grayscale: #606060. Windows color (decimal): -8045874 or 13515397. OLE color: 13515397.
HSL color Cylindrical-coordinate representation of color #853ACE: hue angle of 270.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853ACE is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 58 | 206 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.19 |
| HSL | 270.41º | 0.6% | 0.52% | - |
| HSV(B) | 270.41º | 0.72% | 0.81% | - |
| XYZ | 22.33 | 12.47 | 59.62 | - |
| YUV | 97.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 206 | 0.35 | 0.72 | 0 | 0.19 | 270.41 | 0.6 | 0.52 |
| Hex | 85 | 3A | CE | 23 | 48 | 0 | 13 | 10E | 3C | 34 |
| Octal | 205 | 72 | 316 | 43 | 110 | 0 | 23 | 416 | 74 | 64 |
| Binary | 10000101 | 111010 | 11001110 | 100011 | 1001000 | 0 | 10011 | 100001110 | 111100 | 110100 |
Color Harmonies of #853ACE
Complementary color
Monochromatic Colors of #853ACE
Black with #853ACE
Text Example
Text Example
White with #853ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853ACE; }
p { color: rgb(133,58,206); }
H1.HeaderClassName
{
color: #853ACE;
}
.AnyTagClassName
{
color: #853ACE;
}
</style>
background-color css
<style>
a { background-color: #853ACE; }
a { background-color: rgb(133,58,206); }
div.DivClassName
{
background-color: #853ACE;
}
.BgClassName
{
background-color: #853ACE;
}
</style>
border-color css
<style>
span { border-color: #853ACE; }
span { border-color: rgb(133,58,206); }
td.TdClassName
{
border-color: #853ACE;
}
.TagClassName
{
border-color: #853ACE;
}
</style>