Shades of Dark Violet #8506CF
Tints of Dark Violet #8506CF
RGB
CMYK
RGB Variations
Color information
#8506CF (or 0x8506CF) is known color: Dark Violet. HEX triplet: 85, 06 and CF. RGB value is (133,6,207). Sum of RGB (Red+Green+Blue) = 133+6+207=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #8506CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506CF is #7AF930. Grayscale: #424242. Windows color (decimal): -8059185 or 13567621. OLE color: 13567621.
HSL color Cylindrical-coordinate representation of color #8506CF: hue angle of 277.91º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506CF is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 6 | 207 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.19 |
| HSL | 277.91º | 0.94% | 0.42% | - |
| HSV(B) | 277.91º | 0.97% | 0.81% | - |
| XYZ | 21 | 9.62 | 59.78 | - |
| YUV | 66.89 | 207.08 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 207 | 0.36 | 0.97 | 0 | 0.19 | 277.91 | 0.94 | 0.42 |
| Hex | 85 | 6 | CF | 24 | 61 | 0 | 13 | 116 | 5E | 2A |
| Octal | 205 | 6 | 317 | 44 | 141 | 0 | 23 | 426 | 136 | 52 |
| Binary | 10000101 | 110 | 11001111 | 100100 | 1100001 | 0 | 10011 | 100010110 | 1011110 | 101010 |
Color Harmonies of #8506CF
Complementary color
Monochromatic Colors of #8506CF
Black with #8506CF
Text Example
Text Example
White with #8506CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506CF; }
p { color: rgb(133,6,207); }
H1.HeaderClassName
{
color: #8506CF;
}
.AnyTagClassName
{
color: #8506CF;
}
</style>
background-color css
<style>
a { background-color: #8506CF; }
a { background-color: rgb(133,6,207); }
div.DivClassName
{
background-color: #8506CF;
}
.BgClassName
{
background-color: #8506CF;
}
</style>
border-color css
<style>
span { border-color: #8506CF; }
span { border-color: rgb(133,6,207); }
td.TdClassName
{
border-color: #8506CF;
}
.TagClassName
{
border-color: #8506CF;
}
</style>