Shades of Dark Violet #8717BB
Tints of Dark Violet #8717BB
RGB
CMYK
RGB Variations
Color information
#8717BB (or 0x8717BB) is known color: Dark Violet. HEX triplet: 87, 17 and BB. RGB value is (135,23,187). Sum of RGB (Red+Green+Blue) = 135+23+187=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #8717BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8717BB is #78E844. Grayscale: #4A4A4A. Windows color (decimal): -7923781 or 12261255. OLE color: 12261255.
HSL color Cylindrical-coordinate representation of color #8717BB: hue angle of 280.98º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8717BB is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 23 | 187 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.27 |
| HSL | 280.98º | 0.78% | 0.41% | - |
| HSV(B) | 280.98º | 0.88% | 0.73% | - |
| XYZ | 19.27 | 9.35 | 47.8 | - |
| YUV | 75.18 | 191.11 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 187 | 0.28 | 0.88 | 0 | 0.27 | 280.98 | 0.78 | 0.41 |
| Hex | 87 | 17 | BB | 1C | 58 | 0 | 1B | 119 | 4E | 29 |
| Octal | 207 | 27 | 273 | 34 | 130 | 0 | 33 | 431 | 116 | 51 |
| Binary | 10000111 | 10111 | 10111011 | 11100 | 1011000 | 0 | 11011 | 100011001 | 1001110 | 101001 |
Color Harmonies of #8717BB
Complementary color
Monochromatic Colors of #8717BB
Black with #8717BB
Text Example
Text Example
White with #8717BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8717BB; }
p { color: rgb(135,23,187); }
H1.HeaderClassName
{
color: #8717BB;
}
.AnyTagClassName
{
color: #8717BB;
}
</style>
background-color css
<style>
a { background-color: #8717BB; }
a { background-color: rgb(135,23,187); }
div.DivClassName
{
background-color: #8717BB;
}
.BgClassName
{
background-color: #8717BB;
}
</style>
border-color css
<style>
span { border-color: #8717BB; }
span { border-color: rgb(135,23,187); }
td.TdClassName
{
border-color: #8717BB;
}
.TagClassName
{
border-color: #8717BB;
}
</style>