Shades of Deluge #8669A6
Tints of Deluge #8669A6
RGB
CMYK
RGB Variations
Color information
#8669A6 (or 0x8669A6) is known color: Deluge. HEX triplet: 86, 69 and A6. RGB value is (134,105,166). Sum of RGB (Red+Green+Blue) = 134+105+166=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 166 - color contains mainly: blue. Hex color #8669A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8669A6 is #799659. Grayscale: #787878. Windows color (decimal): -7968346 or 10905990. OLE color: 10905990.
HSL color Cylindrical-coordinate representation of color #8669A6: hue angle of 268.52º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8669A6 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 105 | 166 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.35 |
| HSL | 268.52º | 0.26% | 0.53% | - |
| HSV(B) | 268.52º | 0.37% | 0.65% | - |
| XYZ | 21.77 | 17.92 | 38.39 | - |
| YUV | 120.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 166 | 0.19 | 0.37 | 0 | 0.35 | 268.52 | 0.26 | 0.53 |
| Hex | 86 | 69 | A6 | 13 | 25 | 0 | 23 | 10D | 1A | 35 |
| Octal | 206 | 151 | 246 | 23 | 45 | 0 | 43 | 415 | 32 | 65 |
| Binary | 10000110 | 1101001 | 10100110 | 10011 | 100101 | 0 | 100011 | 100001101 | 11010 | 110101 |
Color Harmonies of #8669A6
Complementary color
Monochromatic Colors of #8669A6
Black with #8669A6
Text Example
Text Example
White with #8669A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669A6; }
p { color: rgb(134,105,166); }
H1.HeaderClassName
{
color: #8669A6;
}
.AnyTagClassName
{
color: #8669A6;
}
</style>
background-color css
<style>
a { background-color: #8669A6; }
a { background-color: rgb(134,105,166); }
div.DivClassName
{
background-color: #8669A6;
}
.BgClassName
{
background-color: #8669A6;
}
</style>
border-color css
<style>
span { border-color: #8669A6; }
span { border-color: rgb(134,105,166); }
td.TdClassName
{
border-color: #8669A6;
}
.TagClassName
{
border-color: #8669A6;
}
</style>