Shades of Deluge #8662AE
Tints of Deluge #8662AE
RGB
CMYK
RGB Variations
Color information
#8662AE (or 0x8662AE) is known color: Deluge. HEX triplet: 86, 62 and AE. RGB value is (134,98,174). Sum of RGB (Red+Green+Blue) = 134+98+174=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #8662AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8662AE is #799D51. Grayscale: #757575. Windows color (decimal): -7970130 or 11428486. OLE color: 11428486.
HSL color Cylindrical-coordinate representation of color #8662AE: hue angle of 268.42º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8662AE is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 98 | 174 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.32 |
| HSL | 268.42º | 0.32% | 0.53% | - |
| HSV(B) | 268.42º | 0.44% | 0.68% | - |
| XYZ | 21.84 | 16.86 | 42.15 | - |
| YUV | 117.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 174 | 0.23 | 0.44 | 0 | 0.32 | 268.42 | 0.32 | 0.53 |
| Hex | 86 | 62 | AE | 17 | 2C | 0 | 20 | 10C | 20 | 35 |
| Octal | 206 | 142 | 256 | 27 | 54 | 0 | 40 | 414 | 40 | 65 |
| Binary | 10000110 | 1100010 | 10101110 | 10111 | 101100 | 0 | 100000 | 100001100 | 100000 | 110101 |
Color Harmonies of #8662AE
Complementary color
Monochromatic Colors of #8662AE
Black with #8662AE
Text Example
Text Example
White with #8662AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662AE; }
p { color: rgb(134,98,174); }
H1.HeaderClassName
{
color: #8662AE;
}
.AnyTagClassName
{
color: #8662AE;
}
</style>
background-color css
<style>
a { background-color: #8662AE; }
a { background-color: rgb(134,98,174); }
div.DivClassName
{
background-color: #8662AE;
}
.BgClassName
{
background-color: #8662AE;
}
</style>
border-color css
<style>
span { border-color: #8662AE; }
span { border-color: rgb(134,98,174); }
td.TdClassName
{
border-color: #8662AE;
}
.TagClassName
{
border-color: #8662AE;
}
</style>