Shades of Dark Violet #8506B7
Tints of Dark Violet #8506B7
RGB
CMYK
RGB Variations
Color information
#8506B7 (or 0x8506B7) is known color: Dark Violet. HEX triplet: 85, 06 and B7. RGB value is (133,6,183). Sum of RGB (Red+Green+Blue) = 133+6+183=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 183 (71.88% from 255 or 56.83% from 322); Max value from RGB is 183 - color contains mainly: blue. Hex color #8506B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506B7 is #7AF948. Grayscale: #3F3F3F. Windows color (decimal): -8059209 or 11994757. OLE color: 11994757.
HSL color Cylindrical-coordinate representation of color #8506B7: hue angle of 283.05º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506B7 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 6 | 183 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.28 |
| HSL | 283.05º | 0.94% | 0.37% | - |
| HSV(B) | 283.05º | 0.97% | 0.72% | - |
| XYZ | 18.29 | 8.54 | 45.48 | - |
| YUV | 64.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 183 | 0.27 | 0.97 | 0 | 0.28 | 283.05 | 0.94 | 0.37 |
| Hex | 85 | 6 | B7 | 1B | 61 | 0 | 1C | 11B | 5E | 25 |
| Octal | 205 | 6 | 267 | 33 | 141 | 0 | 34 | 433 | 136 | 45 |
| Binary | 10000101 | 110 | 10110111 | 11011 | 1100001 | 0 | 11100 | 100011011 | 1011110 | 100101 |
Color Harmonies of #8506B7
Complementary color
Monochromatic Colors of #8506B7
Black with #8506B7
Text Example
Text Example
White with #8506B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506B7; }
p { color: rgb(133,6,183); }
H1.HeaderClassName
{
color: #8506B7;
}
.AnyTagClassName
{
color: #8506B7;
}
</style>
background-color css
<style>
a { background-color: #8506B7; }
a { background-color: rgb(133,6,183); }
div.DivClassName
{
background-color: #8506B7;
}
.BgClassName
{
background-color: #8506B7;
}
</style>
border-color css
<style>
span { border-color: #8506B7; }
span { border-color: rgb(133,6,183); }
td.TdClassName
{
border-color: #8506B7;
}
.TagClassName
{
border-color: #8506B7;
}
</style>