Shades of Dark Violet #8709CF
Tints of Dark Violet #8709CF
RGB
CMYK
RGB Variations
Color information
#8709CF (or 0x8709CF) is known color: Dark Violet. HEX triplet: 87, 09 and CF. RGB value is (135,9,207). Sum of RGB (Red+Green+Blue) = 135+9+207=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #8709CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8709CF is #78F630. Grayscale: #444444. Windows color (decimal): -7927345 or 13568391. OLE color: 13568391.
HSL color Cylindrical-coordinate representation of color #8709CF: hue angle of 278.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8709CF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 9 | 207 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.19 |
| HSL | 278.18º | 0.92% | 0.42% | - |
| HSV(B) | 278.18º | 0.96% | 0.81% | - |
| XYZ | 21.35 | 9.85 | 59.81 | - |
| YUV | 69.25 | 205.74 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 207 | 0.35 | 0.96 | 0 | 0.19 | 278.18 | 0.92 | 0.42 |
| Hex | 87 | 9 | CF | 23 | 60 | 0 | 13 | 116 | 5C | 2A |
| Octal | 207 | 11 | 317 | 43 | 140 | 0 | 23 | 426 | 134 | 52 |
| Binary | 10000111 | 1001 | 11001111 | 100011 | 1100000 | 0 | 10011 | 100010110 | 1011100 | 101010 |
Color Harmonies of #8709CF
Complementary color
Monochromatic Colors of #8709CF
Black with #8709CF
Text Example
Text Example
White with #8709CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8709CF; }
p { color: rgb(135,9,207); }
H1.HeaderClassName
{
color: #8709CF;
}
.AnyTagClassName
{
color: #8709CF;
}
</style>
background-color css
<style>
a { background-color: #8709CF; }
a { background-color: rgb(135,9,207); }
div.DivClassName
{
background-color: #8709CF;
}
.BgClassName
{
background-color: #8709CF;
}
</style>
border-color css
<style>
span { border-color: #8709CF; }
span { border-color: rgb(135,9,207); }
td.TdClassName
{
border-color: #8709CF;
}
.TagClassName
{
border-color: #8709CF;
}
</style>