Shades of Blue Violet #853BCF
Tints of Blue Violet #853BCF
RGB
CMYK
RGB Variations
Color information
#853BCF (or 0x853BCF) is known color: Blue Violet. HEX triplet: 85, 3B and CF. RGB value is (133,59,207). Sum of RGB (Red+Green+Blue) = 133+59+207=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #853BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BCF is #7AC430. Grayscale: #616161. Windows color (decimal): -8045617 or 13581189. OLE color: 13581189.
HSL color Cylindrical-coordinate representation of color #853BCF: hue angle of 270º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853BCF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 59 | 207 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.19 |
| HSL | 270º | 0.61% | 0.52% | - |
| HSV(B) | 270º | 0.71% | 0.81% | - |
| XYZ | 22.5 | 12.62 | 60.28 | - |
| YUV | 98 | 189.52 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 207 | 0.36 | 0.71 | 0 | 0.19 | 270 | 0.61 | 0.52 |
| Hex | 85 | 3B | CF | 24 | 47 | 0 | 13 | 10E | 3D | 34 |
| Octal | 205 | 73 | 317 | 44 | 107 | 0 | 23 | 416 | 75 | 64 |
| Binary | 10000101 | 111011 | 11001111 | 100100 | 1000111 | 0 | 10011 | 100001110 | 111101 | 110100 |
Color Harmonies of #853BCF
Complementary color
Monochromatic Colors of #853BCF
Black with #853BCF
Text Example
Text Example
White with #853BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BCF; }
p { color: rgb(133,59,207); }
H1.HeaderClassName
{
color: #853BCF;
}
.AnyTagClassName
{
color: #853BCF;
}
</style>
background-color css
<style>
a { background-color: #853BCF; }
a { background-color: rgb(133,59,207); }
div.DivClassName
{
background-color: #853BCF;
}
.BgClassName
{
background-color: #853BCF;
}
</style>
border-color css
<style>
span { border-color: #853BCF; }
span { border-color: rgb(133,59,207); }
td.TdClassName
{
border-color: #853BCF;
}
.TagClassName
{
border-color: #853BCF;
}
</style>