Shades of Dark Violet #8607BE
Tints of Dark Violet #8607BE
RGB
CMYK
RGB Variations
Color information
#8607BE (or 0x8607BE) is known color: Dark Violet. HEX triplet: 86, 07 and BE. RGB value is (134,7,190). Sum of RGB (Red+Green+Blue) = 134+7+190=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #8607BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8607BE is #79F841. Grayscale: #414141. Windows color (decimal): -7993410 or 12453766. OLE color: 12453766.
HSL color Cylindrical-coordinate representation of color #8607BE: hue angle of 281.64º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8607BE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 7 | 190 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.25 |
| HSL | 281.64º | 0.93% | 0.39% | - |
| HSV(B) | 281.64º | 0.96% | 0.75% | - |
| XYZ | 19.2 | 8.94 | 49.43 | - |
| YUV | 65.84 | 198.08 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 190 | 0.29 | 0.96 | 0 | 0.25 | 281.64 | 0.93 | 0.39 |
| Hex | 86 | 7 | BE | 1D | 60 | 0 | 19 | 11A | 5D | 27 |
| Octal | 206 | 7 | 276 | 35 | 140 | 0 | 31 | 432 | 135 | 47 |
| Binary | 10000110 | 111 | 10111110 | 11101 | 1100000 | 0 | 11001 | 100011010 | 1011101 | 100111 |
Color Harmonies of #8607BE
Complementary color
Monochromatic Colors of #8607BE
Black with #8607BE
Text Example
Text Example
White with #8607BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8607BE; }
p { color: rgb(134,7,190); }
H1.HeaderClassName
{
color: #8607BE;
}
.AnyTagClassName
{
color: #8607BE;
}
</style>
background-color css
<style>
a { background-color: #8607BE; }
a { background-color: rgb(134,7,190); }
div.DivClassName
{
background-color: #8607BE;
}
.BgClassName
{
background-color: #8607BE;
}
</style>
border-color css
<style>
span { border-color: #8607BE; }
span { border-color: rgb(134,7,190); }
td.TdClassName
{
border-color: #8607BE;
}
.TagClassName
{
border-color: #8607BE;
}
</style>