Shades of Dark Violet #8704DF
Tints of Dark Violet #8704DF
RGB
CMYK
RGB Variations
Color information
#8704DF (or 0x8704DF) is known color: Dark Violet. HEX triplet: 87, 04 and DF. RGB value is (135,4,223). Sum of RGB (Red+Green+Blue) = 135+4+223=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #8704DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8704DF is #78FB20. Grayscale: #434343. Windows color (decimal): -7928609 or 14615687. OLE color: 14615687.
HSL color Cylindrical-coordinate representation of color #8704DF: hue angle of 275.89º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8704DF is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 4 | 223 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.13 |
| HSL | 275.89º | 0.96% | 0.45% | - |
| HSV(B) | 275.89º | 0.98% | 0.87% | - |
| XYZ | 23.35 | 10.57 | 70.62 | - |
| YUV | 68.14 | 215.4 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 223 | 0.39 | 0.98 | 0 | 0.13 | 275.89 | 0.96 | 0.45 |
| Hex | 87 | 4 | DF | 27 | 62 | 0 | D | 114 | 60 | 2D |
| Octal | 207 | 4 | 337 | 47 | 142 | 0 | 15 | 424 | 140 | 55 |
| Binary | 10000111 | 100 | 11011111 | 100111 | 1100010 | 0 | 1101 | 100010100 | 1100000 | 101101 |
Color Harmonies of #8704DF
Complementary color
Monochromatic Colors of #8704DF
Black with #8704DF
Text Example
Text Example
White with #8704DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8704DF; }
p { color: rgb(135,4,223); }
H1.HeaderClassName
{
color: #8704DF;
}
.AnyTagClassName
{
color: #8704DF;
}
</style>
background-color css
<style>
a { background-color: #8704DF; }
a { background-color: rgb(135,4,223); }
div.DivClassName
{
background-color: #8704DF;
}
.BgClassName
{
background-color: #8704DF;
}
</style>
border-color css
<style>
span { border-color: #8704DF; }
span { border-color: rgb(135,4,223); }
td.TdClassName
{
border-color: #8704DF;
}
.TagClassName
{
border-color: #8704DF;
}
</style>