Shades of Dark Violet #850CBC
Tints of Dark Violet #850CBC
RGB
CMYK
RGB Variations
Color information
#850CBC (or 0x850CBC) is known color: Dark Violet. HEX triplet: 85, 0C and BC. RGB value is (133,12,188). Sum of RGB (Red+Green+Blue) = 133+12+188=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #850CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CBC is #7AF343. Grayscale: #434343. Windows color (decimal): -8057668 or 12323973. OLE color: 12323973.
HSL color Cylindrical-coordinate representation of color #850CBC: hue angle of 281.25º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850CBC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 12 | 188 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.26 |
| HSL | 281.25º | 0.88% | 0.39% | - |
| HSV(B) | 281.25º | 0.94% | 0.74% | - |
| XYZ | 18.88 | 8.88 | 48.3 | - |
| YUV | 68.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 188 | 0.29 | 0.94 | 0 | 0.26 | 281.25 | 0.88 | 0.39 |
| Hex | 85 | C | BC | 1D | 5E | 0 | 1A | 119 | 58 | 27 |
| Octal | 205 | 14 | 274 | 35 | 136 | 0 | 32 | 431 | 130 | 47 |
| Binary | 10000101 | 1100 | 10111100 | 11101 | 1011110 | 0 | 11010 | 100011001 | 1011000 | 100111 |
Color Harmonies of #850CBC
Complementary color
Monochromatic Colors of #850CBC
Black with #850CBC
Text Example
Text Example
White with #850CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CBC; }
p { color: rgb(133,12,188); }
H1.HeaderClassName
{
color: #850CBC;
}
.AnyTagClassName
{
color: #850CBC;
}
</style>
background-color css
<style>
a { background-color: #850CBC; }
a { background-color: rgb(133,12,188); }
div.DivClassName
{
background-color: #850CBC;
}
.BgClassName
{
background-color: #850CBC;
}
</style>
border-color css
<style>
span { border-color: #850CBC; }
span { border-color: rgb(133,12,188); }
td.TdClassName
{
border-color: #850CBC;
}
.TagClassName
{
border-color: #850CBC;
}
</style>