Shades of Dark Violet #8717C1
Tints of Dark Violet #8717C1
RGB
CMYK
RGB Variations
Color information
#8717C1 (or 0x8717C1) is known color: Dark Violet. HEX triplet: 87, 17 and C1. RGB value is (135,23,193). Sum of RGB (Red+Green+Blue) = 135+23+193=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #8717C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8717C1 is #78E83E. Grayscale: #4B4B4B. Windows color (decimal): -7923775 or 12654471. OLE color: 12654471.
HSL color Cylindrical-coordinate representation of color #8717C1: hue angle of 279.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8717C1 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 23 | 193 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.24 |
| HSL | 279.53º | 0.79% | 0.42% | - |
| HSV(B) | 279.53º | 0.88% | 0.76% | - |
| XYZ | 19.92 | 9.61 | 51.26 | - |
| YUV | 75.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 193 | 0.30 | 0.88 | 0 | 0.24 | 279.53 | 0.79 | 0.42 |
| Hex | 87 | 17 | C1 | 1E | 58 | 0 | 18 | 118 | 4F | 2A |
| Octal | 207 | 27 | 301 | 36 | 130 | 0 | 30 | 430 | 117 | 52 |
| Binary | 10000111 | 10111 | 11000001 | 11110 | 1011000 | 0 | 11000 | 100011000 | 1001111 | 101010 |
Color Harmonies of #8717C1
Complementary color
Monochromatic Colors of #8717C1
Black with #8717C1
Text Example
Text Example
White with #8717C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8717C1; }
p { color: rgb(135,23,193); }
H1.HeaderClassName
{
color: #8717C1;
}
.AnyTagClassName
{
color: #8717C1;
}
</style>
background-color css
<style>
a { background-color: #8717C1; }
a { background-color: rgb(135,23,193); }
div.DivClassName
{
background-color: #8717C1;
}
.BgClassName
{
background-color: #8717C1;
}
</style>
border-color css
<style>
span { border-color: #8717C1; }
span { border-color: rgb(135,23,193); }
td.TdClassName
{
border-color: #8717C1;
}
.TagClassName
{
border-color: #8717C1;
}
</style>