Shades of Dark Violet #8506C1
Tints of Dark Violet #8506C1
RGB
CMYK
RGB Variations
Color information
#8506C1 (or 0x8506C1) is known color: Dark Violet. HEX triplet: 85, 06 and C1. RGB value is (133,6,193). Sum of RGB (Red+Green+Blue) = 133+6+193=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #8506C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506C1 is #7AF93E. Grayscale: #404040. Windows color (decimal): -8059199 or 12650117. OLE color: 12650117.
HSL color Cylindrical-coordinate representation of color #8506C1: hue angle of 280.75º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506C1 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 6 | 193 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.24 |
| HSL | 280.75º | 0.94% | 0.39% | - |
| HSV(B) | 280.75º | 0.97% | 0.76% | - |
| XYZ | 19.36 | 8.97 | 51.16 | - |
| YUV | 65.29 | 200.08 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 193 | 0.31 | 0.97 | 0 | 0.24 | 280.75 | 0.94 | 0.39 |
| Hex | 85 | 6 | C1 | 1F | 61 | 0 | 18 | 119 | 5E | 27 |
| Octal | 205 | 6 | 301 | 37 | 141 | 0 | 30 | 431 | 136 | 47 |
| Binary | 10000101 | 110 | 11000001 | 11111 | 1100001 | 0 | 11000 | 100011001 | 1011110 | 100111 |
Color Harmonies of #8506C1
Complementary color
Monochromatic Colors of #8506C1
Black with #8506C1
Text Example
Text Example
White with #8506C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506C1; }
p { color: rgb(133,6,193); }
H1.HeaderClassName
{
color: #8506C1;
}
.AnyTagClassName
{
color: #8506C1;
}
</style>
background-color css
<style>
a { background-color: #8506C1; }
a { background-color: rgb(133,6,193); }
div.DivClassName
{
background-color: #8506C1;
}
.BgClassName
{
background-color: #8506C1;
}
</style>
border-color css
<style>
span { border-color: #8506C1; }
span { border-color: rgb(133,6,193); }
td.TdClassName
{
border-color: #8506C1;
}
.TagClassName
{
border-color: #8506C1;
}
</style>