Shades of Dark Violet #8607B5
Tints of Dark Violet #8607B5
RGB
CMYK
RGB Variations
Color information
#8607B5 (or 0x8607B5) is known color: Dark Violet. HEX triplet: 86, 07 and B5. RGB value is (134,7,181). Sum of RGB (Red+Green+Blue) = 134+7+181=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #8607B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8607B5 is #79F84A. Grayscale: #404040. Windows color (decimal): -7993419 or 11863942. OLE color: 11863942.
HSL color Cylindrical-coordinate representation of color #8607B5: hue angle of 283.79º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8607B5 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 7 | 181 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.29 |
| HSL | 283.79º | 0.93% | 0.37% | - |
| HSV(B) | 283.79º | 0.96% | 0.71% | - |
| XYZ | 18.25 | 8.56 | 44.41 | - |
| YUV | 64.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 181 | 0.26 | 0.96 | 0 | 0.29 | 283.79 | 0.93 | 0.37 |
| Hex | 86 | 7 | B5 | 1A | 60 | 0 | 1D | 11C | 5D | 25 |
| Octal | 206 | 7 | 265 | 32 | 140 | 0 | 35 | 434 | 135 | 45 |
| Binary | 10000110 | 111 | 10110101 | 11010 | 1100000 | 0 | 11101 | 100011100 | 1011101 | 100101 |
Color Harmonies of #8607B5
Complementary color
Monochromatic Colors of #8607B5
Black with #8607B5
Text Example
Text Example
White with #8607B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8607B5; }
p { color: rgb(134,7,181); }
H1.HeaderClassName
{
color: #8607B5;
}
.AnyTagClassName
{
color: #8607B5;
}
</style>
background-color css
<style>
a { background-color: #8607B5; }
a { background-color: rgb(134,7,181); }
div.DivClassName
{
background-color: #8607B5;
}
.BgClassName
{
background-color: #8607B5;
}
</style>
border-color css
<style>
span { border-color: #8607B5; }
span { border-color: rgb(134,7,181); }
td.TdClassName
{
border-color: #8607B5;
}
.TagClassName
{
border-color: #8607B5;
}
</style>