Shades of Dark Violet #8700D3
Tints of Dark Violet #8700D3
RGB
CMYK
RGB Variations
Color information
#8700D3 (or 0x8700D3) is known color: Dark Violet. HEX triplet: 87, 00 and D3. RGB value is (135,0,211). Sum of RGB (Red+Green+Blue) = 135+0+211=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 211 (82.81% from 255 or 60.98% from 346); Max value from RGB is 211 - color contains mainly: blue. Hex color #8700D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700D3 is #78FF2C. Grayscale: #3F3F3F. Windows color (decimal): -7929645 or 13828231. OLE color: 13828231.
HSL color Cylindrical-coordinate representation of color #8700D3: hue angle of 278.39º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8700D3 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 0 | 211 | - |
| CMYK | 0.36 | 1 | 0 | 0.17 |
| HSL | 278.39º | 1% | 0.41% | - |
| HSV(B) | 278.39º | 1% | 0.83% | - |
| XYZ | 21.75 | 9.85 | 62.38 | - |
| YUV | 64.42 | 210.73 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 211 | 0.36 | 1 | 0 | 0.17 | 278.39 | 1 | 0.41 |
| Hex | 87 | 0 | D3 | 24 | 64 | 0 | 11 | 116 | 64 | 29 |
| Octal | 207 | 0 | 323 | 44 | 144 | 0 | 21 | 426 | 144 | 51 |
| Binary | 10000111 | 0 | 11010011 | 100100 | 1100100 | 0 | 10001 | 100010110 | 1100100 | 101001 |
Color Harmonies of #8700D3
Complementary color
Monochromatic Colors of #8700D3
Black with #8700D3
Text Example
Text Example
White with #8700D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8700D3; }
p { color: rgb(135,0,211); }
H1.HeaderClassName
{
color: #8700D3;
}
.AnyTagClassName
{
color: #8700D3;
}
</style>
background-color css
<style>
a { background-color: #8700D3; }
a { background-color: rgb(135,0,211); }
div.DivClassName
{
background-color: #8700D3;
}
.BgClassName
{
background-color: #8700D3;
}
</style>
border-color css
<style>
span { border-color: #8700D3; }
span { border-color: rgb(135,0,211); }
td.TdClassName
{
border-color: #8700D3;
}
.TagClassName
{
border-color: #8700D3;
}
</style>