Shades of Deluge #866F9D
Tints of Deluge #866F9D
RGB
CMYK
RGB Variations
Color information
#866F9D (or 0x866F9D) is known color: Deluge. HEX triplet: 86, 6F and 9D. RGB value is (134,111,157). Sum of RGB (Red+Green+Blue) = 134+111+157=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #866F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F9D is #799062. Grayscale: #7A7A7A. Windows color (decimal): -7966819 or 10317702. OLE color: 10317702.
HSL color Cylindrical-coordinate representation of color #866F9D: hue angle of 270º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #866F9D is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 111 | 157 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.38 |
| HSL | 270º | 0.19% | 0.53% | - |
| HSV(B) | 270º | 0.29% | 0.62% | - |
| XYZ | 21.6 | 18.87 | 34.4 | - |
| YUV | 123.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 157 | 0.15 | 0.29 | 0 | 0.38 | 270 | 0.19 | 0.53 |
| Hex | 86 | 6F | 9D | F | 1D | 0 | 26 | 10E | 13 | 35 |
| Octal | 206 | 157 | 235 | 17 | 35 | 0 | 46 | 416 | 23 | 65 |
| Binary | 10000110 | 1101111 | 10011101 | 1111 | 11101 | 0 | 100110 | 100001110 | 10011 | 110101 |
Color Harmonies of #866F9D
Complementary color
Monochromatic Colors of #866F9D
Black with #866F9D
Text Example
Text Example
White with #866F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F9D; }
p { color: rgb(134,111,157); }
H1.HeaderClassName
{
color: #866F9D;
}
.AnyTagClassName
{
color: #866F9D;
}
</style>
background-color css
<style>
a { background-color: #866F9D; }
a { background-color: rgb(134,111,157); }
div.DivClassName
{
background-color: #866F9D;
}
.BgClassName
{
background-color: #866F9D;
}
</style>
border-color css
<style>
span { border-color: #866F9D; }
span { border-color: rgb(134,111,157); }
td.TdClassName
{
border-color: #866F9D;
}
.TagClassName
{
border-color: #866F9D;
}
</style>