Shades of Dark Violet #8604F0
Tints of Dark Violet #8604F0
RGB
CMYK
RGB Variations
Color information
#8604F0 (or 0x8604F0) is known color: Dark Violet. HEX triplet: 86, 04 and F0. RGB value is (134,4,240). Sum of RGB (Red+Green+Blue) = 134+4+240=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #8604F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8604F0 is #79FB0F. Grayscale: #444444. Windows color (decimal): -7994128 or 15729798. OLE color: 15729798.
HSL color Cylindrical-coordinate representation of color #8604F0: hue angle of 273.05º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8604F0 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 4 | 240 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.06 |
| HSL | 273.05º | 0.97% | 0.48% | - |
| HSV(B) | 273.05º | 0.98% | 0.94% | - |
| XYZ | 25.6 | 11.45 | 83.3 | - |
| YUV | 69.77 | 224.07 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 240 | 0.44 | 0.98 | 0 | 0.06 | 273.05 | 0.97 | 0.48 |
| Hex | 86 | 4 | F0 | 2C | 62 | 0 | 6 | 111 | 61 | 30 |
| Octal | 206 | 4 | 360 | 54 | 142 | 0 | 6 | 421 | 141 | 60 |
| Binary | 10000110 | 100 | 11110000 | 101100 | 1100010 | 0 | 110 | 100010001 | 1100001 | 110000 |
Color Harmonies of #8604F0
Complementary color
Monochromatic Colors of #8604F0
Black with #8604F0
Text Example
Text Example
White with #8604F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8604F0; }
p { color: rgb(134,4,240); }
H1.HeaderClassName
{
color: #8604F0;
}
.AnyTagClassName
{
color: #8604F0;
}
</style>
background-color css
<style>
a { background-color: #8604F0; }
a { background-color: rgb(134,4,240); }
div.DivClassName
{
background-color: #8604F0;
}
.BgClassName
{
background-color: #8604F0;
}
</style>
border-color css
<style>
span { border-color: #8604F0; }
span { border-color: rgb(134,4,240); }
td.TdClassName
{
border-color: #8604F0;
}
.TagClassName
{
border-color: #8604F0;
}
</style>