Shades of Dark Violet #8617BD
Tints of Dark Violet #8617BD
RGB
CMYK
RGB Variations
Color information
#8617BD (or 0x8617BD) is known color: Dark Violet. HEX triplet: 86, 17 and BD. RGB value is (134,23,189). Sum of RGB (Red+Green+Blue) = 134+23+189=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #8617BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8617BD is #79E842. Grayscale: #4A4A4A. Windows color (decimal): -7989315 or 12392326. OLE color: 12392326.
HSL color Cylindrical-coordinate representation of color #8617BD: hue angle of 280.12º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8617BD is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 23 | 189 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.26 |
| HSL | 280.12º | 0.78% | 0.42% | - |
| HSV(B) | 280.12º | 0.88% | 0.74% | - |
| XYZ | 19.32 | 9.36 | 48.93 | - |
| YUV | 75.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 189 | 0.29 | 0.88 | 0 | 0.26 | 280.12 | 0.78 | 0.42 |
| Hex | 86 | 17 | BD | 1D | 58 | 0 | 1A | 118 | 4E | 2A |
| Octal | 206 | 27 | 275 | 35 | 130 | 0 | 32 | 430 | 116 | 52 |
| Binary | 10000110 | 10111 | 10111101 | 11101 | 1011000 | 0 | 11010 | 100011000 | 1001110 | 101010 |
Color Harmonies of #8617BD
Complementary color
Monochromatic Colors of #8617BD
Black with #8617BD
Text Example
Text Example
White with #8617BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8617BD; }
p { color: rgb(134,23,189); }
H1.HeaderClassName
{
color: #8617BD;
}
.AnyTagClassName
{
color: #8617BD;
}
</style>
background-color css
<style>
a { background-color: #8617BD; }
a { background-color: rgb(134,23,189); }
div.DivClassName
{
background-color: #8617BD;
}
.BgClassName
{
background-color: #8617BD;
}
</style>
border-color css
<style>
span { border-color: #8617BD; }
span { border-color: rgb(134,23,189); }
td.TdClassName
{
border-color: #8617BD;
}
.TagClassName
{
border-color: #8617BD;
}
</style>