Shades of Dark Violet #8607F1
Tints of Dark Violet #8607F1
RGB
CMYK
RGB Variations
Color information
#8607F1 (or 0x8607F1) is known color: Dark Violet. HEX triplet: 86, 07 and F1. RGB value is (134,7,241). Sum of RGB (Red+Green+Blue) = 134+7+241=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #8607F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8607F1 is #79F80E. Grayscale: #464646. Windows color (decimal): -7993359 or 15796102. OLE color: 15796102.
HSL color Cylindrical-coordinate representation of color #8607F1: hue angle of 272.56º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8607F1 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 7 | 241 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.05 |
| HSL | 272.56º | 0.94% | 0.49% | - |
| HSV(B) | 272.56º | 0.97% | 0.95% | - |
| XYZ | 25.78 | 11.57 | 84.09 | - |
| YUV | 71.65 | 223.58 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 241 | 0.44 | 0.97 | 0 | 0.05 | 272.56 | 0.94 | 0.49 |
| Hex | 86 | 7 | F1 | 2C | 61 | 0 | 5 | 111 | 5E | 31 |
| Octal | 206 | 7 | 361 | 54 | 141 | 0 | 5 | 421 | 136 | 61 |
| Binary | 10000110 | 111 | 11110001 | 101100 | 1100001 | 0 | 101 | 100010001 | 1011110 | 110001 |
Color Harmonies of #8607F1
Complementary color
Monochromatic Colors of #8607F1
Black with #8607F1
Text Example
Text Example
White with #8607F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8607F1; }
p { color: rgb(134,7,241); }
H1.HeaderClassName
{
color: #8607F1;
}
.AnyTagClassName
{
color: #8607F1;
}
</style>
background-color css
<style>
a { background-color: #8607F1; }
a { background-color: rgb(134,7,241); }
div.DivClassName
{
background-color: #8607F1;
}
.BgClassName
{
background-color: #8607F1;
}
</style>
border-color css
<style>
span { border-color: #8607F1; }
span { border-color: rgb(134,7,241); }
td.TdClassName
{
border-color: #8607F1;
}
.TagClassName
{
border-color: #8607F1;
}
</style>