Shades of Dark Violet #8604C7
Tints of Dark Violet #8604C7
RGB
CMYK
RGB Variations
Color information
#8604C7 (or 0x8604C7) is known color: Dark Violet. HEX triplet: 86, 04 and C7. RGB value is (134,4,199). Sum of RGB (Red+Green+Blue) = 134+4+199=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 199 (78.12% from 255 or 59.05% from 337); Max value from RGB is 199 - color contains mainly: blue. Hex color #8604C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8604C7 is #79FB38. Grayscale: #404040. Windows color (decimal): -7994169 or 13042822. OLE color: 13042822.
HSL color Cylindrical-coordinate representation of color #8604C7: hue angle of 280º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8604C7 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 4 | 199 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.22 |
| HSL | 280º | 0.96% | 0.4% | - |
| HSV(B) | 280º | 0.98% | 0.78% | - |
| XYZ | 20.18 | 9.28 | 54.76 | - |
| YUV | 65.1 | 203.57 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 199 | 0.33 | 0.98 | 0 | 0.22 | 280 | 0.96 | 0.4 |
| Hex | 86 | 4 | C7 | 21 | 62 | 0 | 16 | 118 | 60 | 28 |
| Octal | 206 | 4 | 307 | 41 | 142 | 0 | 26 | 430 | 140 | 50 |
| Binary | 10000110 | 100 | 11000111 | 100001 | 1100010 | 0 | 10110 | 100011000 | 1100000 | 101000 |
Color Harmonies of #8604C7
Complementary color
Monochromatic Colors of #8604C7
Black with #8604C7
Text Example
Text Example
White with #8604C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8604C7; }
p { color: rgb(134,4,199); }
H1.HeaderClassName
{
color: #8604C7;
}
.AnyTagClassName
{
color: #8604C7;
}
</style>
background-color css
<style>
a { background-color: #8604C7; }
a { background-color: rgb(134,4,199); }
div.DivClassName
{
background-color: #8604C7;
}
.BgClassName
{
background-color: #8604C7;
}
</style>
border-color css
<style>
span { border-color: #8604C7; }
span { border-color: rgb(134,4,199); }
td.TdClassName
{
border-color: #8604C7;
}
.TagClassName
{
border-color: #8604C7;
}
</style>