Shades of Dark Violet #8607EE
Tints of Dark Violet #8607EE
RGB
CMYK
RGB Variations
Color information
#8607EE (or 0x8607EE) is known color: Dark Violet. HEX triplet: 86, 07 and EE. RGB value is (134,7,238). Sum of RGB (Red+Green+Blue) = 134+7+238=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #8607EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8607EE is #79F811. Grayscale: #464646. Windows color (decimal): -7993362 or 15599494. OLE color: 15599494.
HSL color Cylindrical-coordinate representation of color #8607EE: hue angle of 272.99º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8607EE is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 7 | 238 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.07 |
| HSL | 272.99º | 0.94% | 0.48% | - |
| HSV(B) | 272.99º | 0.97% | 0.93% | - |
| XYZ | 25.34 | 11.39 | 81.75 | - |
| YUV | 71.31 | 222.08 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 238 | 0.44 | 0.97 | 0 | 0.07 | 272.99 | 0.94 | 0.48 |
| Hex | 86 | 7 | EE | 2C | 61 | 0 | 7 | 111 | 5E | 30 |
| Octal | 206 | 7 | 356 | 54 | 141 | 0 | 7 | 421 | 136 | 60 |
| Binary | 10000110 | 111 | 11101110 | 101100 | 1100001 | 0 | 111 | 100010001 | 1011110 | 110000 |
Color Harmonies of #8607EE
Complementary color
Monochromatic Colors of #8607EE
Black with #8607EE
Text Example
Text Example
White with #8607EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8607EE; }
p { color: rgb(134,7,238); }
H1.HeaderClassName
{
color: #8607EE;
}
.AnyTagClassName
{
color: #8607EE;
}
</style>
background-color css
<style>
a { background-color: #8607EE; }
a { background-color: rgb(134,7,238); }
div.DivClassName
{
background-color: #8607EE;
}
.BgClassName
{
background-color: #8607EE;
}
</style>
border-color css
<style>
span { border-color: #8607EE; }
span { border-color: rgb(134,7,238); }
td.TdClassName
{
border-color: #8607EE;
}
.TagClassName
{
border-color: #8607EE;
}
</style>