Shades of Dark Violet #8607BD
Tints of Dark Violet #8607BD
RGB
CMYK
RGB Variations
Color information
#8607BD (or 0x8607BD) is known color: Dark Violet. HEX triplet: 86, 07 and BD. RGB value is (134,7,189). Sum of RGB (Red+Green+Blue) = 134+7+189=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #8607BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8607BD is #79F842. Grayscale: #414141. Windows color (decimal): -7993411 or 12388230. OLE color: 12388230.
HSL color Cylindrical-coordinate representation of color #8607BD: hue angle of 281.87º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8607BD is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 7 | 189 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.26 |
| HSL | 281.87º | 0.93% | 0.38% | - |
| HSV(B) | 281.87º | 0.96% | 0.74% | - |
| XYZ | 19.09 | 8.89 | 48.85 | - |
| YUV | 65.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 189 | 0.29 | 0.96 | 0 | 0.26 | 281.87 | 0.93 | 0.38 |
| Hex | 86 | 7 | BD | 1D | 60 | 0 | 1A | 11A | 5D | 26 |
| Octal | 206 | 7 | 275 | 35 | 140 | 0 | 32 | 432 | 135 | 46 |
| Binary | 10000110 | 111 | 10111101 | 11101 | 1100000 | 0 | 11010 | 100011010 | 1011101 | 100110 |
Color Harmonies of #8607BD
Complementary color
Monochromatic Colors of #8607BD
Black with #8607BD
Text Example
Text Example
White with #8607BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8607BD; }
p { color: rgb(134,7,189); }
H1.HeaderClassName
{
color: #8607BD;
}
.AnyTagClassName
{
color: #8607BD;
}
</style>
background-color css
<style>
a { background-color: #8607BD; }
a { background-color: rgb(134,7,189); }
div.DivClassName
{
background-color: #8607BD;
}
.BgClassName
{
background-color: #8607BD;
}
</style>
border-color css
<style>
span { border-color: #8607BD; }
span { border-color: rgb(134,7,189); }
td.TdClassName
{
border-color: #8607BD;
}
.TagClassName
{
border-color: #8607BD;
}
</style>