Shades of Dark Violet #8601BF
Tints of Dark Violet #8601BF
RGB
CMYK
RGB Variations
Color information
#8601BF (or 0x8601BF) is known color: Dark Violet. HEX triplet: 86, 01 and BF. RGB value is (134,1,191). Sum of RGB (Red+Green+Blue) = 134+1+191=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #8601BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8601BF is #79FE40. Grayscale: #3D3D3D. Windows color (decimal): -7994945 or 12517766. OLE color: 12517766.
HSL color Cylindrical-coordinate representation of color #8601BF: hue angle of 282º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8601BF is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 1 | 191 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.25 |
| HSL | 282º | 0.99% | 0.38% | - |
| HSV(B) | 282º | 0.99% | 0.75% | - |
| XYZ | 19.25 | 8.85 | 49.98 | - |
| YUV | 62.43 | 200.56 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 191 | 0.30 | 0.99 | 0 | 0.25 | 282 | 0.99 | 0.38 |
| Hex | 86 | 1 | BF | 1E | 63 | 0 | 19 | 11A | 63 | 26 |
| Octal | 206 | 1 | 277 | 36 | 143 | 0 | 31 | 432 | 143 | 46 |
| Binary | 10000110 | 1 | 10111111 | 11110 | 1100011 | 0 | 11001 | 100011010 | 1100011 | 100110 |
Color Harmonies of #8601BF
Complementary color
Monochromatic Colors of #8601BF
Black with #8601BF
Text Example
Text Example
White with #8601BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8601BF; }
p { color: rgb(134,1,191); }
H1.HeaderClassName
{
color: #8601BF;
}
.AnyTagClassName
{
color: #8601BF;
}
</style>
background-color css
<style>
a { background-color: #8601BF; }
a { background-color: rgb(134,1,191); }
div.DivClassName
{
background-color: #8601BF;
}
.BgClassName
{
background-color: #8601BF;
}
</style>
border-color css
<style>
span { border-color: #8601BF; }
span { border-color: rgb(134,1,191); }
td.TdClassName
{
border-color: #8601BF;
}
.TagClassName
{
border-color: #8601BF;
}
</style>