Shades of Dark Violet #8705DF
Tints of Dark Violet #8705DF
RGB
CMYK
RGB Variations
Color information
#8705DF (or 0x8705DF) is known color: Dark Violet. HEX triplet: 87, 05 and DF. RGB value is (135,5,223). Sum of RGB (Red+Green+Blue) = 135+5+223=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #8705DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8705DF is #78FA20. Grayscale: #434343. Windows color (decimal): -7928353 or 14615943. OLE color: 14615943.
HSL color Cylindrical-coordinate representation of color #8705DF: hue angle of 275.78º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8705DF is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 5 | 223 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.13 |
| HSL | 275.78º | 0.96% | 0.45% | - |
| HSV(B) | 275.78º | 0.98% | 0.87% | - |
| XYZ | 23.37 | 10.59 | 70.62 | - |
| YUV | 68.72 | 215.07 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 223 | 0.39 | 0.98 | 0 | 0.13 | 275.78 | 0.96 | 0.45 |
| Hex | 87 | 5 | DF | 27 | 62 | 0 | D | 114 | 60 | 2D |
| Octal | 207 | 5 | 337 | 47 | 142 | 0 | 15 | 424 | 140 | 55 |
| Binary | 10000111 | 101 | 11011111 | 100111 | 1100010 | 0 | 1101 | 100010100 | 1100000 | 101101 |
Color Harmonies of #8705DF
Complementary color
Monochromatic Colors of #8705DF
Black with #8705DF
Text Example
Text Example
White with #8705DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8705DF; }
p { color: rgb(135,5,223); }
H1.HeaderClassName
{
color: #8705DF;
}
.AnyTagClassName
{
color: #8705DF;
}
</style>
background-color css
<style>
a { background-color: #8705DF; }
a { background-color: rgb(135,5,223); }
div.DivClassName
{
background-color: #8705DF;
}
.BgClassName
{
background-color: #8705DF;
}
</style>
border-color css
<style>
span { border-color: #8705DF; }
span { border-color: rgb(135,5,223); }
td.TdClassName
{
border-color: #8705DF;
}
.TagClassName
{
border-color: #8705DF;
}
</style>