Shades of Deluge #8066AE
Tints of Deluge #8066AE
RGB
CMYK
RGB Variations
Color information
#8066AE (or 0x8066AE) is known color: Deluge. HEX triplet: 80, 66 and AE. RGB value is (128,102,174). Sum of RGB (Red+Green+Blue) = 128+102+174=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #8066AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8066AE is #7F9951. Grayscale: #757575. Windows color (decimal): -8362322 or 11429504. OLE color: 11429504.
HSL color Cylindrical-coordinate representation of color #8066AE: hue angle of 261.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 #8066AE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 102 | 174 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.32 |
| HSL | 261.67º | 0.31% | 0.54% | - |
| HSV(B) | 261.67º | 0.41% | 0.68% | - |
| XYZ | 21.29 | 17.15 | 42.23 | - |
| YUV | 117.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 174 | 0.26 | 0.41 | 0 | 0.32 | 261.67 | 0.31 | 0.54 |
| Hex | 80 | 66 | AE | 1A | 29 | 0 | 20 | 106 | 1F | 36 |
| Octal | 200 | 146 | 256 | 32 | 51 | 0 | 40 | 406 | 37 | 66 |
| Binary | 10000000 | 1100110 | 10101110 | 11010 | 101001 | 0 | 100000 | 100000110 | 11111 | 110110 |
Color Harmonies of #8066AE
Complementary color
Monochromatic Colors of #8066AE
Black with #8066AE
Text Example
Text Example
White with #8066AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066AE; }
p { color: rgb(128,102,174); }
H1.HeaderClassName
{
color: #8066AE;
}
.AnyTagClassName
{
color: #8066AE;
}
</style>
background-color css
<style>
a { background-color: #8066AE; }
a { background-color: rgb(128,102,174); }
div.DivClassName
{
background-color: #8066AE;
}
.BgClassName
{
background-color: #8066AE;
}
</style>
border-color css
<style>
span { border-color: #8066AE; }
span { border-color: rgb(128,102,174); }
td.TdClassName
{
border-color: #8066AE;
}
.TagClassName
{
border-color: #8066AE;
}
</style>