Shades of Dark Violet #8701CF
Tints of Dark Violet #8701CF
RGB
CMYK
RGB Variations
Color information
#8701CF (or 0x8701CF) is known color: Dark Violet. HEX triplet: 87, 01 and CF. RGB value is (135,1,207). Sum of RGB (Red+Green+Blue) = 135+1+207=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #8701CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8701CF is #78FE30. Grayscale: #3F3F3F. Windows color (decimal): -7929393 or 13566343. OLE color: 13566343.
HSL color Cylindrical-coordinate representation of color #8701CF: hue angle of 279.03º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8701CF is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 1 | 207 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.19 |
| HSL | 279.03º | 0.99% | 0.41% | - |
| HSV(B) | 279.03º | 1% | 0.81% | - |
| XYZ | 21.27 | 9.68 | 59.78 | - |
| YUV | 64.55 | 208.39 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 207 | 0.35 | 1.00 | 0 | 0.19 | 279.03 | 0.99 | 0.41 |
| Hex | 87 | 1 | CF | 23 | 64 | 0 | 13 | 117 | 63 | 29 |
| Octal | 207 | 1 | 317 | 43 | 144 | 0 | 23 | 427 | 143 | 51 |
| Binary | 10000111 | 1 | 11001111 | 100011 | 1100100 | 0 | 10011 | 100010111 | 1100011 | 101001 |
Color Harmonies of #8701CF
Complementary color
Monochromatic Colors of #8701CF
Black with #8701CF
Text Example
Text Example
White with #8701CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8701CF; }
p { color: rgb(135,1,207); }
H1.HeaderClassName
{
color: #8701CF;
}
.AnyTagClassName
{
color: #8701CF;
}
</style>
background-color css
<style>
a { background-color: #8701CF; }
a { background-color: rgb(135,1,207); }
div.DivClassName
{
background-color: #8701CF;
}
.BgClassName
{
background-color: #8701CF;
}
</style>
border-color css
<style>
span { border-color: #8701CF; }
span { border-color: rgb(135,1,207); }
td.TdClassName
{
border-color: #8701CF;
}
.TagClassName
{
border-color: #8701CF;
}
</style>