Shades of Deluge #8066B1
Tints of Deluge #8066B1
RGB
CMYK
RGB Variations
Color information
#8066B1 (or 0x8066B1) is known color: Deluge. HEX triplet: 80, 66 and B1. RGB value is (128,102,177). Sum of RGB (Red+Green+Blue) = 128+102+177=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #8066B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8066B1 is #7F994E. Grayscale: #767676. Windows color (decimal): -8362319 or 11626112. OLE color: 11626112.
HSL color Cylindrical-coordinate representation of color #8066B1: hue angle of 260.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8066B1 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 102 | 177 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.31 |
| HSL | 260.8º | 0.32% | 0.55% | - |
| HSV(B) | 260.8º | 0.42% | 0.69% | - |
| XYZ | 21.59 | 17.27 | 43.79 | - |
| YUV | 118.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 177 | 0.28 | 0.42 | 0 | 0.31 | 260.8 | 0.32 | 0.55 |
| Hex | 80 | 66 | B1 | 1C | 2A | 0 | 1F | 105 | 20 | 37 |
| Octal | 200 | 146 | 261 | 34 | 52 | 0 | 37 | 405 | 40 | 67 |
| Binary | 10000000 | 1100110 | 10110001 | 11100 | 101010 | 0 | 11111 | 100000101 | 100000 | 110111 |
Color Harmonies of #8066B1
Complementary color
Monochromatic Colors of #8066B1
Black with #8066B1
Text Example
Text Example
White with #8066B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066B1; }
p { color: rgb(128,102,177); }
H1.HeaderClassName
{
color: #8066B1;
}
.AnyTagClassName
{
color: #8066B1;
}
</style>
background-color css
<style>
a { background-color: #8066B1; }
a { background-color: rgb(128,102,177); }
div.DivClassName
{
background-color: #8066B1;
}
.BgClassName
{
background-color: #8066B1;
}
</style>
border-color css
<style>
span { border-color: #8066B1; }
span { border-color: rgb(128,102,177); }
td.TdClassName
{
border-color: #8066B1;
}
.TagClassName
{
border-color: #8066B1;
}
</style>