Shades of Deluge #8666AE
Tints of Deluge #8666AE
RGB
CMYK
RGB Variations
Color information
#8666AE (or 0x8666AE) is known color: Deluge. HEX triplet: 86, 66 and AE. RGB value is (134,102,174). Sum of RGB (Red+Green+Blue) = 134+102+174=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #8666AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8666AE is #799951. Grayscale: #777777. Windows color (decimal): -7969106 or 11429510. OLE color: 11429510.
HSL color Cylindrical-coordinate representation of color #8666AE: hue angle of 266.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8666AE is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 102 | 174 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.32 |
| HSL | 266.67º | 0.31% | 0.54% | - |
| HSV(B) | 266.67º | 0.41% | 0.68% | - |
| XYZ | 22.22 | 17.63 | 42.28 | - |
| YUV | 119.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 174 | 0.23 | 0.41 | 0 | 0.32 | 266.67 | 0.31 | 0.54 |
| Hex | 86 | 66 | AE | 17 | 29 | 0 | 20 | 10B | 1F | 36 |
| Octal | 206 | 146 | 256 | 27 | 51 | 0 | 40 | 413 | 37 | 66 |
| Binary | 10000110 | 1100110 | 10101110 | 10111 | 101001 | 0 | 100000 | 100001011 | 11111 | 110110 |
Color Harmonies of #8666AE
Complementary color
Monochromatic Colors of #8666AE
Black with #8666AE
Text Example
Text Example
White with #8666AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8666AE; }
p { color: rgb(134,102,174); }
H1.HeaderClassName
{
color: #8666AE;
}
.AnyTagClassName
{
color: #8666AE;
}
</style>
background-color css
<style>
a { background-color: #8666AE; }
a { background-color: rgb(134,102,174); }
div.DivClassName
{
background-color: #8666AE;
}
.BgClassName
{
background-color: #8666AE;
}
</style>
border-color css
<style>
span { border-color: #8666AE; }
span { border-color: rgb(134,102,174); }
td.TdClassName
{
border-color: #8666AE;
}
.TagClassName
{
border-color: #8666AE;
}
</style>