Shades of Deluge #8063A1
Tints of Deluge #8063A1
RGB
CMYK
RGB Variations
Color information
#8063A1 (or 0x8063A1) is known color: Deluge. HEX triplet: 80, 63 and A1. RGB value is (128,99,161). Sum of RGB (Red+Green+Blue) = 128+99+161=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #8063A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8063A1 is #7F9C5E. Grayscale: #727272. Windows color (decimal): -8363103 or 10576768. OLE color: 10576768.
HSL color Cylindrical-coordinate representation of color #8063A1: hue angle of 268.06º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8063A1 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 99 | 161 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.37 |
| HSL | 268.06º | 0.25% | 0.51% | - |
| HSV(B) | 268.06º | 0.39% | 0.63% | - |
| XYZ | 19.8 | 16.09 | 35.78 | - |
| YUV | 114.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 161 | 0.20 | 0.39 | 0 | 0.37 | 268.06 | 0.25 | 0.51 |
| Hex | 80 | 63 | A1 | 14 | 27 | 0 | 25 | 10C | 19 | 33 |
| Octal | 200 | 143 | 241 | 24 | 47 | 0 | 45 | 414 | 31 | 63 |
| Binary | 10000000 | 1100011 | 10100001 | 10100 | 100111 | 0 | 100101 | 100001100 | 11001 | 110011 |
Color Harmonies of #8063A1
Complementary color
Monochromatic Colors of #8063A1
Black with #8063A1
Text Example
Text Example
White with #8063A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063A1; }
p { color: rgb(128,99,161); }
H1.HeaderClassName
{
color: #8063A1;
}
.AnyTagClassName
{
color: #8063A1;
}
</style>
background-color css
<style>
a { background-color: #8063A1; }
a { background-color: rgb(128,99,161); }
div.DivClassName
{
background-color: #8063A1;
}
.BgClassName
{
background-color: #8063A1;
}
</style>
border-color css
<style>
span { border-color: #8063A1; }
span { border-color: rgb(128,99,161); }
td.TdClassName
{
border-color: #8063A1;
}
.TagClassName
{
border-color: #8063A1;
}
</style>