Shades of Deluge #8869AD
Tints of Deluge #8869AD
RGB
CMYK
RGB Variations
Color information
#8869AD (or 0x8869AD) is known color: Deluge. HEX triplet: 88, 69 and AD. RGB value is (136,105,173). Sum of RGB (Red+Green+Blue) = 136+105+173=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #8869AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8869AD is #779652. Grayscale: #797979. Windows color (decimal): -7837267 or 11364744. OLE color: 11364744.
HSL color Cylindrical-coordinate representation of color #8869AD: hue angle of 267.35º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8869AD is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 105 | 173 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.32 |
| HSL | 267.35º | 0.29% | 0.55% | - |
| HSV(B) | 267.35º | 0.39% | 0.68% | - |
| XYZ | 22.75 | 18.35 | 41.88 | - |
| YUV | 122.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 173 | 0.21 | 0.39 | 0 | 0.32 | 267.35 | 0.29 | 0.55 |
| Hex | 88 | 69 | AD | 15 | 27 | 0 | 20 | 10B | 1D | 37 |
| Octal | 210 | 151 | 255 | 25 | 47 | 0 | 40 | 413 | 35 | 67 |
| Binary | 10001000 | 1101001 | 10101101 | 10101 | 100111 | 0 | 100000 | 100001011 | 11101 | 110111 |
Color Harmonies of #8869AD
Complementary color
Monochromatic Colors of #8869AD
Black with #8869AD
Text Example
Text Example
White with #8869AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8869AD; }
p { color: rgb(136,105,173); }
H1.HeaderClassName
{
color: #8869AD;
}
.AnyTagClassName
{
color: #8869AD;
}
</style>
background-color css
<style>
a { background-color: #8869AD; }
a { background-color: rgb(136,105,173); }
div.DivClassName
{
background-color: #8869AD;
}
.BgClassName
{
background-color: #8869AD;
}
</style>
border-color css
<style>
span { border-color: #8869AD; }
span { border-color: rgb(136,105,173); }
td.TdClassName
{
border-color: #8869AD;
}
.TagClassName
{
border-color: #8869AD;
}
</style>