Shades of Deluge #8067AD
Tints of Deluge #8067AD
RGB
CMYK
RGB Variations
Color information
#8067AD (or 0x8067AD) is known color: Deluge. HEX triplet: 80, 67 and AD. RGB value is (128,103,173). Sum of RGB (Red+Green+Blue) = 128+103+173=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #8067AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8067AD is #7F9852. Grayscale: #767676. Windows color (decimal): -8362067 or 11364224. OLE color: 11364224.
HSL color Cylindrical-coordinate representation of color #8067AD: hue angle of 261.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8067AD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 103 | 173 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.32 |
| HSL | 261.43º | 0.3% | 0.54% | - |
| HSV(B) | 261.43º | 0.4% | 0.68% | - |
| XYZ | 21.3 | 17.31 | 41.75 | - |
| YUV | 118.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 173 | 0.26 | 0.40 | 0 | 0.32 | 261.43 | 0.3 | 0.54 |
| Hex | 80 | 67 | AD | 1A | 28 | 0 | 20 | 105 | 1E | 36 |
| Octal | 200 | 147 | 255 | 32 | 50 | 0 | 40 | 405 | 36 | 66 |
| Binary | 10000000 | 1100111 | 10101101 | 11010 | 101000 | 0 | 100000 | 100000101 | 11110 | 110110 |
Color Harmonies of #8067AD
Complementary color
Monochromatic Colors of #8067AD
Black with #8067AD
Text Example
Text Example
White with #8067AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067AD; }
p { color: rgb(128,103,173); }
H1.HeaderClassName
{
color: #8067AD;
}
.AnyTagClassName
{
color: #8067AD;
}
</style>
background-color css
<style>
a { background-color: #8067AD; }
a { background-color: rgb(128,103,173); }
div.DivClassName
{
background-color: #8067AD;
}
.BgClassName
{
background-color: #8067AD;
}
</style>
border-color css
<style>
span { border-color: #8067AD; }
span { border-color: rgb(128,103,173); }
td.TdClassName
{
border-color: #8067AD;
}
.TagClassName
{
border-color: #8067AD;
}
</style>