Shades of Dark Violet #8601ED
Tints of Dark Violet #8601ED
RGB
CMYK
RGB Variations
Color information
#8601ED (or 0x8601ED) is known color: Dark Violet. HEX triplet: 86, 01 and ED. RGB value is (134,1,237). Sum of RGB (Red+Green+Blue) = 134+1+237=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #8601ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8601ED is #79FE12. Grayscale: #424242. Windows color (decimal): -7994899 or 15532422. OLE color: 15532422.
HSL color Cylindrical-coordinate representation of color #8601ED: hue angle of 273.81º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8601ED is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 1 | 237 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.07 |
| HSL | 273.81º | 0.99% | 0.47% | - |
| HSV(B) | 273.81º | 1% | 0.93% | - |
| XYZ | 25.13 | 11.2 | 80.96 | - |
| YUV | 67.67 | 223.56 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 237 | 0.43 | 1.00 | 0 | 0.07 | 273.81 | 0.99 | 0.47 |
| Hex | 86 | 1 | ED | 2B | 64 | 0 | 7 | 112 | 63 | 2F |
| Octal | 206 | 1 | 355 | 53 | 144 | 0 | 7 | 422 | 143 | 57 |
| Binary | 10000110 | 1 | 11101101 | 101011 | 1100100 | 0 | 111 | 100010010 | 1100011 | 101111 |
Color Harmonies of #8601ED
Complementary color
Monochromatic Colors of #8601ED
Black with #8601ED
Text Example
Text Example
White with #8601ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8601ED; }
p { color: rgb(134,1,237); }
H1.HeaderClassName
{
color: #8601ED;
}
.AnyTagClassName
{
color: #8601ED;
}
</style>
background-color css
<style>
a { background-color: #8601ED; }
a { background-color: rgb(134,1,237); }
div.DivClassName
{
background-color: #8601ED;
}
.BgClassName
{
background-color: #8601ED;
}
</style>
border-color css
<style>
span { border-color: #8601ED; }
span { border-color: rgb(134,1,237); }
td.TdClassName
{
border-color: #8601ED;
}
.TagClassName
{
border-color: #8601ED;
}
</style>