Shades of Blue Violet #853ECF
Tints of Blue Violet #853ECF
RGB
CMYK
RGB Variations
Color information
#853ECF (or 0x853ECF) is known color: Blue Violet. HEX triplet: 85, 3E and CF. RGB value is (133,62,207). Sum of RGB (Red+Green+Blue) = 133+62+207=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #853ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ECF is #7AC130. Grayscale: #636363. Windows color (decimal): -8044849 or 13581957. OLE color: 13581957.
HSL color Cylindrical-coordinate representation of color #853ECF: hue angle of 269.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853ECF is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 62 | 207 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.19 |
| HSL | 269.38º | 0.6% | 0.53% | - |
| HSV(B) | 269.38º | 0.7% | 0.81% | - |
| XYZ | 22.66 | 12.94 | 60.33 | - |
| YUV | 99.76 | 188.52 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 207 | 0.36 | 0.70 | 0 | 0.19 | 269.38 | 0.6 | 0.53 |
| Hex | 85 | 3E | CF | 24 | 46 | 0 | 13 | 10D | 3C | 35 |
| Octal | 205 | 76 | 317 | 44 | 106 | 0 | 23 | 415 | 74 | 65 |
| Binary | 10000101 | 111110 | 11001111 | 100100 | 1000110 | 0 | 10011 | 100001101 | 111100 | 110101 |
Color Harmonies of #853ECF
Complementary color
Monochromatic Colors of #853ECF
Black with #853ECF
Text Example
Text Example
White with #853ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853ECF; }
p { color: rgb(133,62,207); }
H1.HeaderClassName
{
color: #853ECF;
}
.AnyTagClassName
{
color: #853ECF;
}
</style>
background-color css
<style>
a { background-color: #853ECF; }
a { background-color: rgb(133,62,207); }
div.DivClassName
{
background-color: #853ECF;
}
.BgClassName
{
background-color: #853ECF;
}
</style>
border-color css
<style>
span { border-color: #853ECF; }
span { border-color: rgb(133,62,207); }
td.TdClassName
{
border-color: #853ECF;
}
.TagClassName
{
border-color: #853ECF;
}
</style>