Shades of Dark Violet #8506CE
Tints of Dark Violet #8506CE
RGB
CMYK
RGB Variations
Color information
#8506CE (or 0x8506CE) is known color: Dark Violet. HEX triplet: 85, 06 and CE. RGB value is (133,6,206). Sum of RGB (Red+Green+Blue) = 133+6+206=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #8506CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506CE is #7AF931. Grayscale: #424242. Windows color (decimal): -8059186 or 13502085. OLE color: 13502085.
HSL color Cylindrical-coordinate representation of color #8506CE: hue angle of 278.1º 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 #8506CE is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 6 | 206 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.19 |
| HSL | 278.1º | 0.94% | 0.42% | - |
| HSV(B) | 278.1º | 0.97% | 0.81% | - |
| XYZ | 20.88 | 9.57 | 59.14 | - |
| YUV | 66.77 | 206.58 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 206 | 0.35 | 0.97 | 0 | 0.19 | 278.1 | 0.94 | 0.42 |
| Hex | 85 | 6 | CE | 23 | 61 | 0 | 13 | 116 | 5E | 2A |
| Octal | 205 | 6 | 316 | 43 | 141 | 0 | 23 | 426 | 136 | 52 |
| Binary | 10000101 | 110 | 11001110 | 100011 | 1100001 | 0 | 10011 | 100010110 | 1011110 | 101010 |
Color Harmonies of #8506CE
Complementary color
Monochromatic Colors of #8506CE
Black with #8506CE
Text Example
Text Example
White with #8506CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506CE; }
p { color: rgb(133,6,206); }
H1.HeaderClassName
{
color: #8506CE;
}
.AnyTagClassName
{
color: #8506CE;
}
</style>
background-color css
<style>
a { background-color: #8506CE; }
a { background-color: rgb(133,6,206); }
div.DivClassName
{
background-color: #8506CE;
}
.BgClassName
{
background-color: #8506CE;
}
</style>
border-color css
<style>
span { border-color: #8506CE; }
span { border-color: rgb(133,6,206); }
td.TdClassName
{
border-color: #8506CE;
}
.TagClassName
{
border-color: #8506CE;
}
</style>