Shades of Deluge #8063A0
Tints of Deluge #8063A0
RGB
CMYK
RGB Variations
Color information
#8063A0 (or 0x8063A0) is known color: Deluge. HEX triplet: 80, 63 and A0. RGB value is (128,99,160). Sum of RGB (Red+Green+Blue) = 128+99+160=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #8063A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8063A0 is #7F9C5F. Grayscale: #727272. Windows color (decimal): -8363104 or 10511232. OLE color: 10511232.
HSL color Cylindrical-coordinate representation of color #8063A0: hue angle of 268.52º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8063A0 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 99 | 160 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.37 |
| HSL | 268.52º | 0.24% | 0.51% | - |
| HSV(B) | 268.52º | 0.38% | 0.63% | - |
| XYZ | 19.71 | 16.05 | 35.32 | - |
| YUV | 114.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 160 | 0.20 | 0.38 | 0 | 0.37 | 268.52 | 0.24 | 0.51 |
| Hex | 80 | 63 | A0 | 14 | 26 | 0 | 25 | 10D | 18 | 33 |
| Octal | 200 | 143 | 240 | 24 | 46 | 0 | 45 | 415 | 30 | 63 |
| Binary | 10000000 | 1100011 | 10100000 | 10100 | 100110 | 0 | 100101 | 100001101 | 11000 | 110011 |
Color Harmonies of #8063A0
Complementary color
Monochromatic Colors of #8063A0
Black with #8063A0
Text Example
Text Example
White with #8063A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063A0; }
p { color: rgb(128,99,160); }
H1.HeaderClassName
{
color: #8063A0;
}
.AnyTagClassName
{
color: #8063A0;
}
</style>
background-color css
<style>
a { background-color: #8063A0; }
a { background-color: rgb(128,99,160); }
div.DivClassName
{
background-color: #8063A0;
}
.BgClassName
{
background-color: #8063A0;
}
</style>
border-color css
<style>
span { border-color: #8063A0; }
span { border-color: rgb(128,99,160); }
td.TdClassName
{
border-color: #8063A0;
}
.TagClassName
{
border-color: #8063A0;
}
</style>