Shades of Deluge #8066AF
Tints of Deluge #8066AF
RGB
CMYK
RGB Variations
Color information
#8066AF (or 0x8066AF) is known color: Deluge. HEX triplet: 80, 66 and AF. RGB value is (128,102,175). Sum of RGB (Red+Green+Blue) = 128+102+175=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #8066AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8066AF is #7F9950. Grayscale: #757575. Windows color (decimal): -8362321 or 11495040. OLE color: 11495040.
HSL color Cylindrical-coordinate representation of color #8066AF: hue angle of 261.37º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8066AF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 102 | 175 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.31 |
| HSL | 261.37º | 0.31% | 0.54% | - |
| HSV(B) | 261.37º | 0.42% | 0.69% | - |
| XYZ | 21.39 | 17.19 | 42.75 | - |
| YUV | 118.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 175 | 0.27 | 0.42 | 0 | 0.31 | 261.37 | 0.31 | 0.54 |
| Hex | 80 | 66 | AF | 1B | 2A | 0 | 1F | 105 | 1F | 36 |
| Octal | 200 | 146 | 257 | 33 | 52 | 0 | 37 | 405 | 37 | 66 |
| Binary | 10000000 | 1100110 | 10101111 | 11011 | 101010 | 0 | 11111 | 100000101 | 11111 | 110110 |
Color Harmonies of #8066AF
Complementary color
Monochromatic Colors of #8066AF
Black with #8066AF
Text Example
Text Example
White with #8066AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066AF; }
p { color: rgb(128,102,175); }
H1.HeaderClassName
{
color: #8066AF;
}
.AnyTagClassName
{
color: #8066AF;
}
</style>
background-color css
<style>
a { background-color: #8066AF; }
a { background-color: rgb(128,102,175); }
div.DivClassName
{
background-color: #8066AF;
}
.BgClassName
{
background-color: #8066AF;
}
</style>
border-color css
<style>
span { border-color: #8066AF; }
span { border-color: rgb(128,102,175); }
td.TdClassName
{
border-color: #8066AF;
}
.TagClassName
{
border-color: #8066AF;
}
</style>