Shades of Deluge #866E9E
Tints of Deluge #866E9E
RGB
CMYK
RGB Variations
Color information
#866E9E (or 0x866E9E) is known color: Deluge. HEX triplet: 86, 6E and 9E. RGB value is (134,110,158). Sum of RGB (Red+Green+Blue) = 134+110+158=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #866E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866E9E is #799161. Grayscale: #7A7A7A. Windows color (decimal): -7967074 or 10382982. OLE color: 10382982.
HSL color Cylindrical-coordinate representation of color #866E9E: hue angle of 270º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #866E9E is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 110 | 158 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.38 |
| HSL | 270º | 0.2% | 0.53% | - |
| HSV(B) | 270º | 0.3% | 0.62% | - |
| XYZ | 21.58 | 18.69 | 34.82 | - |
| YUV | 122.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 158 | 0.15 | 0.30 | 0 | 0.38 | 270 | 0.2 | 0.53 |
| Hex | 86 | 6E | 9E | F | 1E | 0 | 26 | 10E | 14 | 35 |
| Octal | 206 | 156 | 236 | 17 | 36 | 0 | 46 | 416 | 24 | 65 |
| Binary | 10000110 | 1101110 | 10011110 | 1111 | 11110 | 0 | 100110 | 100001110 | 10100 | 110101 |
Color Harmonies of #866E9E
Complementary color
Monochromatic Colors of #866E9E
Black with #866E9E
Text Example
Text Example
White with #866E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E9E; }
p { color: rgb(134,110,158); }
H1.HeaderClassName
{
color: #866E9E;
}
.AnyTagClassName
{
color: #866E9E;
}
</style>
background-color css
<style>
a { background-color: #866E9E; }
a { background-color: rgb(134,110,158); }
div.DivClassName
{
background-color: #866E9E;
}
.BgClassName
{
background-color: #866E9E;
}
</style>
border-color css
<style>
span { border-color: #866E9E; }
span { border-color: rgb(134,110,158); }
td.TdClassName
{
border-color: #866E9E;
}
.TagClassName
{
border-color: #866E9E;
}
</style>