Shades of Dark Violet #850CBF
Tints of Dark Violet #850CBF
RGB
CMYK
RGB Variations
Color information
#850CBF (or 0x850CBF) is known color: Dark Violet. HEX triplet: 85, 0C and BF. RGB value is (133,12,191). Sum of RGB (Red+Green+Blue) = 133+12+191=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #850CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CBF is #7AF340. Grayscale: #434343. Windows color (decimal): -8057665 or 12520581. OLE color: 12520581.
HSL color Cylindrical-coordinate representation of color #850CBF: hue angle of 280.56º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850CBF is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 12 | 191 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.25 |
| HSL | 280.56º | 0.88% | 0.4% | - |
| HSV(B) | 280.56º | 0.94% | 0.75% | - |
| XYZ | 19.21 | 9.01 | 50.02 | - |
| YUV | 68.59 | 197.09 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 191 | 0.30 | 0.94 | 0 | 0.25 | 280.56 | 0.88 | 0.4 |
| Hex | 85 | C | BF | 1E | 5E | 0 | 19 | 119 | 58 | 28 |
| Octal | 205 | 14 | 277 | 36 | 136 | 0 | 31 | 431 | 130 | 50 |
| Binary | 10000101 | 1100 | 10111111 | 11110 | 1011110 | 0 | 11001 | 100011001 | 1011000 | 101000 |
Color Harmonies of #850CBF
Complementary color
Monochromatic Colors of #850CBF
Black with #850CBF
Text Example
Text Example
White with #850CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CBF; }
p { color: rgb(133,12,191); }
H1.HeaderClassName
{
color: #850CBF;
}
.AnyTagClassName
{
color: #850CBF;
}
</style>
background-color css
<style>
a { background-color: #850CBF; }
a { background-color: rgb(133,12,191); }
div.DivClassName
{
background-color: #850CBF;
}
.BgClassName
{
background-color: #850CBF;
}
</style>
border-color css
<style>
span { border-color: #850CBF; }
span { border-color: rgb(133,12,191); }
td.TdClassName
{
border-color: #850CBF;
}
.TagClassName
{
border-color: #850CBF;
}
</style>