Shades of Dark Violet #8511BF
Tints of Dark Violet #8511BF
RGB
CMYK
RGB Variations
Color information
#8511BF (or 0x8511BF) is known color: Dark Violet. HEX triplet: 85, 11 and BF. RGB value is (133,17,191). Sum of RGB (Red+Green+Blue) = 133+17+191=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #8511BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511BF is #7AEE40. Grayscale: #464646. Windows color (decimal): -8056385 or 12521861. OLE color: 12521861.
HSL color Cylindrical-coordinate representation of color #8511BF: hue angle of 280º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8511BF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 17 | 191 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.25 |
| HSL | 280º | 0.84% | 0.41% | - |
| HSV(B) | 280º | 0.91% | 0.75% | - |
| XYZ | 19.28 | 9.15 | 50.04 | - |
| YUV | 71.52 | 195.43 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 191 | 0.30 | 0.91 | 0 | 0.25 | 280 | 0.84 | 0.41 |
| Hex | 85 | 11 | BF | 1E | 5B | 0 | 19 | 118 | 54 | 29 |
| Octal | 205 | 21 | 277 | 36 | 133 | 0 | 31 | 430 | 124 | 51 |
| Binary | 10000101 | 10001 | 10111111 | 11110 | 1011011 | 0 | 11001 | 100011000 | 1010100 | 101001 |
Color Harmonies of #8511BF
Complementary color
Monochromatic Colors of #8511BF
Black with #8511BF
Text Example
Text Example
White with #8511BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511BF; }
p { color: rgb(133,17,191); }
H1.HeaderClassName
{
color: #8511BF;
}
.AnyTagClassName
{
color: #8511BF;
}
</style>
background-color css
<style>
a { background-color: #8511BF; }
a { background-color: rgb(133,17,191); }
div.DivClassName
{
background-color: #8511BF;
}
.BgClassName
{
background-color: #8511BF;
}
</style>
border-color css
<style>
span { border-color: #8511BF; }
span { border-color: rgb(133,17,191); }
td.TdClassName
{
border-color: #8511BF;
}
.TagClassName
{
border-color: #8511BF;
}
</style>