Shades of Deluge #8377A9
Tints of Deluge #8377A9
RGB
CMYK
RGB Variations
Color information
#8377A9 (or 0x8377A9) is known color: Deluge. HEX triplet: 83, 77 and A9. RGB value is (131,119,169). Sum of RGB (Red+Green+Blue) = 131+119+169=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 169 - color contains mainly: blue. Hex color #8377A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8377A9 is #7C8856. Grayscale: #808080. Windows color (decimal): -8161367 or 11106179. OLE color: 11106179.
HSL color Cylindrical-coordinate representation of color #8377A9: hue angle of 254.4º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8377A9 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 131 | 119 | 169 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.34 |
| HSL | 254.4º | 0.23% | 0.56% | - |
| HSV(B) | 254.4º | 0.3% | 0.66% | - |
| XYZ | 23.12 | 20.88 | 40.35 | - |
| YUV | 128.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 169 | 0.22 | 0.30 | 0 | 0.34 | 254.4 | 0.23 | 0.56 |
| Hex | 83 | 77 | A9 | 16 | 1E | 0 | 22 | FE | 17 | 38 |
| Octal | 203 | 167 | 251 | 26 | 36 | 0 | 42 | 376 | 27 | 70 |
| Binary | 10000011 | 1110111 | 10101001 | 10110 | 11110 | 0 | 100010 | 11111110 | 10111 | 111000 |
Color Harmonies of #8377A9
Complementary color
Monochromatic Colors of #8377A9
Black with #8377A9
Text Example
Text Example
White with #8377A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8377A9; }
p { color: rgb(131,119,169); }
H1.HeaderClassName
{
color: #8377A9;
}
.AnyTagClassName
{
color: #8377A9;
}
</style>
background-color css
<style>
a { background-color: #8377A9; }
a { background-color: rgb(131,119,169); }
div.DivClassName
{
background-color: #8377A9;
}
.BgClassName
{
background-color: #8377A9;
}
</style>
border-color css
<style>
span { border-color: #8377A9; }
span { border-color: rgb(131,119,169); }
td.TdClassName
{
border-color: #8377A9;
}
.TagClassName
{
border-color: #8377A9;
}
</style>