Shades of Deluge #8670AD
Tints of Deluge #8670AD
RGB
CMYK
RGB Variations
Color information
#8670AD (or 0x8670AD) is known color: Deluge. HEX triplet: 86, 70 and AD. RGB value is (134,112,173). Sum of RGB (Red+Green+Blue) = 134+112+173=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #8670AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8670AD is #798F52. Grayscale: #7D7D7D. Windows color (decimal): -7966547 or 11366534. OLE color: 11366534.
HSL color Cylindrical-coordinate representation of color #8670AD: hue angle of 261.64º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8670AD is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 112 | 173 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.32 |
| HSL | 261.64º | 0.27% | 0.56% | - |
| HSV(B) | 261.64º | 0.35% | 0.68% | - |
| XYZ | 23.17 | 19.67 | 42.11 | - |
| YUV | 125.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 173 | 0.23 | 0.35 | 0 | 0.32 | 261.64 | 0.27 | 0.56 |
| Hex | 86 | 70 | AD | 17 | 23 | 0 | 20 | 106 | 1B | 38 |
| Octal | 206 | 160 | 255 | 27 | 43 | 0 | 40 | 406 | 33 | 70 |
| Binary | 10000110 | 1110000 | 10101101 | 10111 | 100011 | 0 | 100000 | 100000110 | 11011 | 111000 |
Color Harmonies of #8670AD
Complementary color
Monochromatic Colors of #8670AD
Black with #8670AD
Text Example
Text Example
White with #8670AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8670AD; }
p { color: rgb(134,112,173); }
H1.HeaderClassName
{
color: #8670AD;
}
.AnyTagClassName
{
color: #8670AD;
}
</style>
background-color css
<style>
a { background-color: #8670AD; }
a { background-color: rgb(134,112,173); }
div.DivClassName
{
background-color: #8670AD;
}
.BgClassName
{
background-color: #8670AD;
}
</style>
border-color css
<style>
span { border-color: #8670AD; }
span { border-color: rgb(134,112,173); }
td.TdClassName
{
border-color: #8670AD;
}
.TagClassName
{
border-color: #8670AD;
}
</style>