Shades of Dark Violet #8511B7
Tints of Dark Violet #8511B7
RGB
CMYK
RGB Variations
Color information
#8511B7 (or 0x8511B7) is known color: Dark Violet. HEX triplet: 85, 11 and B7. RGB value is (133,17,183). Sum of RGB (Red+Green+Blue) = 133+17+183=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 183 (71.88% from 255 or 54.95% from 333); Max value from RGB is 183 - color contains mainly: blue. Hex color #8511B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511B7 is #7AEE48. Grayscale: #464646. Windows color (decimal): -8056393 or 11997573. OLE color: 11997573.
HSL color Cylindrical-coordinate representation of color #8511B7: hue angle of 281.93º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8511B7 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 17 | 183 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.28 |
| HSL | 281.93º | 0.83% | 0.39% | - |
| HSV(B) | 281.93º | 0.91% | 0.72% | - |
| XYZ | 18.42 | 8.81 | 45.53 | - |
| YUV | 70.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 183 | 0.27 | 0.91 | 0 | 0.28 | 281.93 | 0.83 | 0.39 |
| Hex | 85 | 11 | B7 | 1B | 5B | 0 | 1C | 11A | 53 | 27 |
| Octal | 205 | 21 | 267 | 33 | 133 | 0 | 34 | 432 | 123 | 47 |
| Binary | 10000101 | 10001 | 10110111 | 11011 | 1011011 | 0 | 11100 | 100011010 | 1010011 | 100111 |
Color Harmonies of #8511B7
Complementary color
Monochromatic Colors of #8511B7
Black with #8511B7
Text Example
Text Example
White with #8511B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511B7; }
p { color: rgb(133,17,183); }
H1.HeaderClassName
{
color: #8511B7;
}
.AnyTagClassName
{
color: #8511B7;
}
</style>
background-color css
<style>
a { background-color: #8511B7; }
a { background-color: rgb(133,17,183); }
div.DivClassName
{
background-color: #8511B7;
}
.BgClassName
{
background-color: #8511B7;
}
</style>
border-color css
<style>
span { border-color: #8511B7; }
span { border-color: rgb(133,17,183); }
td.TdClassName
{
border-color: #8511B7;
}
.TagClassName
{
border-color: #8511B7;
}
</style>