Shades of Dark Violet #8506DF
Tints of Dark Violet #8506DF
RGB
CMYK
RGB Variations
Color information
#8506DF (or 0x8506DF) is known color: Dark Violet. HEX triplet: 85, 06 and DF. RGB value is (133,6,223). Sum of RGB (Red+Green+Blue) = 133+6+223=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #8506DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506DF is #7AF920. Grayscale: #434343. Windows color (decimal): -8059169 or 14616197. OLE color: 14616197.
HSL color Cylindrical-coordinate representation of color #8506DF: hue angle of 275.12º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506DF is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 6 | 223 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.13 |
| HSL | 275.12º | 0.95% | 0.45% | - |
| HSV(B) | 275.12º | 0.97% | 0.87% | - |
| XYZ | 23.06 | 10.44 | 70.61 | - |
| YUV | 68.71 | 215.08 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 223 | 0.40 | 0.97 | 0 | 0.13 | 275.12 | 0.95 | 0.45 |
| Hex | 85 | 6 | DF | 28 | 61 | 0 | D | 113 | 5F | 2D |
| Octal | 205 | 6 | 337 | 50 | 141 | 0 | 15 | 423 | 137 | 55 |
| Binary | 10000101 | 110 | 11011111 | 101000 | 1100001 | 0 | 1101 | 100010011 | 1011111 | 101101 |
Color Harmonies of #8506DF
Complementary color
Monochromatic Colors of #8506DF
Black with #8506DF
Text Example
Text Example
White with #8506DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506DF; }
p { color: rgb(133,6,223); }
H1.HeaderClassName
{
color: #8506DF;
}
.AnyTagClassName
{
color: #8506DF;
}
</style>
background-color css
<style>
a { background-color: #8506DF; }
a { background-color: rgb(133,6,223); }
div.DivClassName
{
background-color: #8506DF;
}
.BgClassName
{
background-color: #8506DF;
}
</style>
border-color css
<style>
span { border-color: #8506DF; }
span { border-color: rgb(133,6,223); }
td.TdClassName
{
border-color: #8506DF;
}
.TagClassName
{
border-color: #8506DF;
}
</style>