Shades of Dark Violet #850BBF
Tints of Dark Violet #850BBF
RGB
CMYK
RGB Variations
Color information
#850BBF (or 0x850BBF) is known color: Dark Violet. HEX triplet: 85, 0B and BF. RGB value is (133,11,191). Sum of RGB (Red+Green+Blue) = 133+11+191=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #850BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BBF is #7AF440. Grayscale: #434343. Windows color (decimal): -8057921 or 12520325. OLE color: 12520325.
HSL color Cylindrical-coordinate representation of color #850BBF: hue angle of 280.67º degrees, saturation: 0.89, 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 #850BBF is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 11 | 191 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.25 |
| HSL | 280.67º | 0.89% | 0.4% | - |
| HSV(B) | 280.67º | 0.94% | 0.75% | - |
| XYZ | 19.2 | 8.99 | 50.01 | - |
| YUV | 68 | 197.42 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 191 | 0.30 | 0.94 | 0 | 0.25 | 280.67 | 0.89 | 0.4 |
| Hex | 85 | B | BF | 1E | 5E | 0 | 19 | 119 | 59 | 28 |
| Octal | 205 | 13 | 277 | 36 | 136 | 0 | 31 | 431 | 131 | 50 |
| Binary | 10000101 | 1011 | 10111111 | 11110 | 1011110 | 0 | 11001 | 100011001 | 1011001 | 101000 |
Color Harmonies of #850BBF
Complementary color
Monochromatic Colors of #850BBF
Black with #850BBF
Text Example
Text Example
White with #850BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850BBF; }
p { color: rgb(133,11,191); }
H1.HeaderClassName
{
color: #850BBF;
}
.AnyTagClassName
{
color: #850BBF;
}
</style>
background-color css
<style>
a { background-color: #850BBF; }
a { background-color: rgb(133,11,191); }
div.DivClassName
{
background-color: #850BBF;
}
.BgClassName
{
background-color: #850BBF;
}
</style>
border-color css
<style>
span { border-color: #850BBF; }
span { border-color: rgb(133,11,191); }
td.TdClassName
{
border-color: #850BBF;
}
.TagClassName
{
border-color: #850BBF;
}
</style>