Shades of Dark Violet #850BBC
Tints of Dark Violet #850BBC
RGB
CMYK
RGB Variations
Color information
#850BBC (or 0x850BBC) is known color: Dark Violet. HEX triplet: 85, 0B and BC. RGB value is (133,11,188). Sum of RGB (Red+Green+Blue) = 133+11+188=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #850BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BBC is #7AF443. Grayscale: #434343. Windows color (decimal): -8057924 or 12323717. OLE color: 12323717.
HSL color Cylindrical-coordinate representation of color #850BBC: hue angle of 281.36º degrees, saturation: 0.89, 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 #850BBC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 11 | 188 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.26 |
| HSL | 281.36º | 0.89% | 0.39% | - |
| HSV(B) | 281.36º | 0.94% | 0.74% | - |
| XYZ | 18.87 | 8.86 | 48.29 | - |
| YUV | 67.66 | 195.92 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 188 | 0.29 | 0.94 | 0 | 0.26 | 281.36 | 0.89 | 0.39 |
| Hex | 85 | B | BC | 1D | 5E | 0 | 1A | 119 | 59 | 27 |
| Octal | 205 | 13 | 274 | 35 | 136 | 0 | 32 | 431 | 131 | 47 |
| Binary | 10000101 | 1011 | 10111100 | 11101 | 1011110 | 0 | 11010 | 100011001 | 1011001 | 100111 |
Color Harmonies of #850BBC
Complementary color
Monochromatic Colors of #850BBC
Black with #850BBC
Text Example
Text Example
White with #850BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850BBC; }
p { color: rgb(133,11,188); }
H1.HeaderClassName
{
color: #850BBC;
}
.AnyTagClassName
{
color: #850BBC;
}
</style>
background-color css
<style>
a { background-color: #850BBC; }
a { background-color: rgb(133,11,188); }
div.DivClassName
{
background-color: #850BBC;
}
.BgClassName
{
background-color: #850BBC;
}
</style>
border-color css
<style>
span { border-color: #850BBC; }
span { border-color: rgb(133,11,188); }
td.TdClassName
{
border-color: #850BBC;
}
.TagClassName
{
border-color: #850BBC;
}
</style>