Shades of Dark Violet #8604C4
Tints of Dark Violet #8604C4
RGB
CMYK
RGB Variations
Color information
#8604C4 (or 0x8604C4) is known color: Dark Violet. HEX triplet: 86, 04 and C4. RGB value is (134,4,196). Sum of RGB (Red+Green+Blue) = 134+4+196=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 196 (76.95% from 255 or 58.68% from 334); Max value from RGB is 196 - color contains mainly: blue. Hex color #8604C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8604C4 is #79FB3B. Grayscale: #404040. Windows color (decimal): -7994172 or 12846214. OLE color: 12846214.
HSL color Cylindrical-coordinate representation of color #8604C4: hue angle of 280.62º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8604C4 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 4 | 196 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.23 |
| HSL | 280.63º | 0.96% | 0.39% | - |
| HSV(B) | 280.63º | 0.98% | 0.77% | - |
| XYZ | 19.84 | 9.14 | 52.94 | - |
| YUV | 64.76 | 202.07 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 196 | 0.32 | 0.98 | 0 | 0.23 | 280.63 | 0.96 | 0.39 |
| Hex | 86 | 4 | C4 | 20 | 62 | 0 | 17 | 119 | 60 | 27 |
| Octal | 206 | 4 | 304 | 40 | 142 | 0 | 27 | 431 | 140 | 47 |
| Binary | 10000110 | 100 | 11000100 | 100000 | 1100010 | 0 | 10111 | 100011001 | 1100000 | 100111 |
Color Harmonies of #8604C4
Complementary color
Monochromatic Colors of #8604C4
Black with #8604C4
Text Example
Text Example
White with #8604C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8604C4; }
p { color: rgb(134,4,196); }
H1.HeaderClassName
{
color: #8604C4;
}
.AnyTagClassName
{
color: #8604C4;
}
</style>
background-color css
<style>
a { background-color: #8604C4; }
a { background-color: rgb(134,4,196); }
div.DivClassName
{
background-color: #8604C4;
}
.BgClassName
{
background-color: #8604C4;
}
</style>
border-color css
<style>
span { border-color: #8604C4; }
span { border-color: rgb(134,4,196); }
td.TdClassName
{
border-color: #8604C4;
}
.TagClassName
{
border-color: #8604C4;
}
</style>