Shades of Dark Purple #860F69
Tints of Dark Purple #860F69
RGB
CMYK
RGB Variations
Color information
#860F69 (or 0x860F69) is known color: Dark Purple. HEX triplet: 86, 0F and 69. RGB value is (134,15,105). Sum of RGB (Red+Green+Blue) = 134+15+105=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #860F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F69 is #79F096. Grayscale: #3C3C3C. Windows color (decimal): -7991447 or 6885254. OLE color: 6885254.
HSL color Cylindrical-coordinate representation of color #860F69: hue angle of 314.62º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F69 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 105 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.47 |
| HSL | 314.62º | 0.8% | 0.29% | - |
| HSV(B) | 314.62º | 0.89% | 0.53% | - |
| XYZ | 12.55 | 6.43 | 13.94 | - |
| YUV | 60.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 105 | 0 | 0.89 | 0.22 | 0.47 | 314.62 | 0.8 | 0.29 |
| Hex | 86 | F | 69 | 0 | 59 | 16 | 2F | 13B | 50 | 1D |
| Octal | 206 | 17 | 151 | 0 | 131 | 26 | 57 | 473 | 120 | 35 |
| Binary | 10000110 | 1111 | 1101001 | 0 | 1011001 | 10110 | 101111 | 100111011 | 1010000 | 11101 |
Color Harmonies of #860F69
Complementary color
Monochromatic Colors of #860F69
Black with #860F69
Text Example
Text Example
White with #860F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F69; }
p { color: rgb(134,15,105); }
H1.HeaderClassName
{
color: #860F69;
}
.AnyTagClassName
{
color: #860F69;
}
</style>
background-color css
<style>
a { background-color: #860F69; }
a { background-color: rgb(134,15,105); }
div.DivClassName
{
background-color: #860F69;
}
.BgClassName
{
background-color: #860F69;
}
</style>
border-color css
<style>
span { border-color: #860F69; }
span { border-color: rgb(134,15,105); }
td.TdClassName
{
border-color: #860F69;
}
.TagClassName
{
border-color: #860F69;
}
</style>