Shades of Dark Violet #8506C5
Tints of Dark Violet #8506C5
RGB
CMYK
RGB Variations
Color information
#8506C5 (or 0x8506C5) is known color: Dark Violet. HEX triplet: 85, 06 and C5. RGB value is (133,6,197). Sum of RGB (Red+Green+Blue) = 133+6+197=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 197 (77.34% from 255 or 58.63% from 336); Max value from RGB is 197 - color contains mainly: blue. Hex color #8506C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506C5 is #7AF93A. Grayscale: #414141. Windows color (decimal): -8059195 or 12912261. OLE color: 12912261.
HSL color Cylindrical-coordinate representation of color #8506C5: hue angle of 279.9º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506C5 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 6 | 197 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.23 |
| HSL | 279.9º | 0.94% | 0.4% | - |
| HSV(B) | 279.9º | 0.97% | 0.77% | - |
| XYZ | 19.82 | 9.15 | 53.54 | - |
| YUV | 65.75 | 202.08 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 197 | 0.32 | 0.97 | 0 | 0.23 | 279.9 | 0.94 | 0.4 |
| Hex | 85 | 6 | C5 | 20 | 61 | 0 | 17 | 118 | 5E | 28 |
| Octal | 205 | 6 | 305 | 40 | 141 | 0 | 27 | 430 | 136 | 50 |
| Binary | 10000101 | 110 | 11000101 | 100000 | 1100001 | 0 | 10111 | 100011000 | 1011110 | 101000 |
Color Harmonies of #8506C5
Complementary color
Monochromatic Colors of #8506C5
Black with #8506C5
Text Example
Text Example
White with #8506C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506C5; }
p { color: rgb(133,6,197); }
H1.HeaderClassName
{
color: #8506C5;
}
.AnyTagClassName
{
color: #8506C5;
}
</style>
background-color css
<style>
a { background-color: #8506C5; }
a { background-color: rgb(133,6,197); }
div.DivClassName
{
background-color: #8506C5;
}
.BgClassName
{
background-color: #8506C5;
}
</style>
border-color css
<style>
span { border-color: #8506C5; }
span { border-color: rgb(133,6,197); }
td.TdClassName
{
border-color: #8506C5;
}
.TagClassName
{
border-color: #8506C5;
}
</style>