Shades of Deluge #8369A0
Tints of Deluge #8369A0
RGB
CMYK
RGB Variations
Color information
#8369A0 (or 0x8369A0) is known color: Deluge. HEX triplet: 83, 69 and A0. RGB value is (131,105,160). Sum of RGB (Red+Green+Blue) = 131+105+160=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #8369A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8369A0 is #7C965F. Grayscale: #767676. Windows color (decimal): -8164960 or 10512771. OLE color: 10512771.
HSL color Cylindrical-coordinate representation of color #8369A0: hue angle of 268.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8369A0 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 105 | 160 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.37 |
| HSL | 268.36º | 0.22% | 0.52% | - |
| HSV(B) | 268.36º | 0.34% | 0.63% | - |
| XYZ | 20.76 | 17.47 | 35.54 | - |
| YUV | 119.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 160 | 0.18 | 0.34 | 0 | 0.37 | 268.36 | 0.22 | 0.52 |
| Hex | 83 | 69 | A0 | 12 | 22 | 0 | 25 | 10C | 16 | 34 |
| Octal | 203 | 151 | 240 | 22 | 42 | 0 | 45 | 414 | 26 | 64 |
| Binary | 10000011 | 1101001 | 10100000 | 10010 | 100010 | 0 | 100101 | 100001100 | 10110 | 110100 |
Color Harmonies of #8369A0
Complementary color
Monochromatic Colors of #8369A0
Black with #8369A0
Text Example
Text Example
White with #8369A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8369A0; }
p { color: rgb(131,105,160); }
H1.HeaderClassName
{
color: #8369A0;
}
.AnyTagClassName
{
color: #8369A0;
}
</style>
background-color css
<style>
a { background-color: #8369A0; }
a { background-color: rgb(131,105,160); }
div.DivClassName
{
background-color: #8369A0;
}
.BgClassName
{
background-color: #8369A0;
}
</style>
border-color css
<style>
span { border-color: #8369A0; }
span { border-color: rgb(131,105,160); }
td.TdClassName
{
border-color: #8369A0;
}
.TagClassName
{
border-color: #8369A0;
}
</style>