Shades of Deluge #8366AC
Tints of Deluge #8366AC
RGB
CMYK
RGB Variations
Color information
#8366AC (or 0x8366AC) is known color: Deluge. HEX triplet: 83, 66 and AC. RGB value is (131,102,172). Sum of RGB (Red+Green+Blue) = 131+102+172=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8366AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8366AC is #7C9953. Grayscale: #767676. Windows color (decimal): -8165716 or 11298435. OLE color: 11298435.
HSL color Cylindrical-coordinate representation of color #8366AC: hue angle of 264.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8366AC is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 102 | 172 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.33 |
| HSL | 264.86º | 0.3% | 0.54% | - |
| HSV(B) | 264.86º | 0.41% | 0.67% | - |
| XYZ | 21.56 | 17.31 | 41.23 | - |
| YUV | 118.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 172 | 0.24 | 0.41 | 0 | 0.33 | 264.86 | 0.3 | 0.54 |
| Hex | 83 | 66 | AC | 18 | 29 | 0 | 21 | 109 | 1E | 36 |
| Octal | 203 | 146 | 254 | 30 | 51 | 0 | 41 | 411 | 36 | 66 |
| Binary | 10000011 | 1100110 | 10101100 | 11000 | 101001 | 0 | 100001 | 100001001 | 11110 | 110110 |
Color Harmonies of #8366AC
Complementary color
Monochromatic Colors of #8366AC
Black with #8366AC
Text Example
Text Example
White with #8366AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8366AC; }
p { color: rgb(131,102,172); }
H1.HeaderClassName
{
color: #8366AC;
}
.AnyTagClassName
{
color: #8366AC;
}
</style>
background-color css
<style>
a { background-color: #8366AC; }
a { background-color: rgb(131,102,172); }
div.DivClassName
{
background-color: #8366AC;
}
.BgClassName
{
background-color: #8366AC;
}
</style>
border-color css
<style>
span { border-color: #8366AC; }
span { border-color: rgb(131,102,172); }
td.TdClassName
{
border-color: #8366AC;
}
.TagClassName
{
border-color: #8366AC;
}
</style>