Shades of Deluge #8062A1
Tints of Deluge #8062A1
RGB
CMYK
RGB Variations
Color information
#8062A1 (or 0x8062A1) is known color: Deluge. HEX triplet: 80, 62 and A1. RGB value is (128,98,161). Sum of RGB (Red+Green+Blue) = 128+98+161=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #8062A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8062A1 is #7F9D5E. Grayscale: #717171. Windows color (decimal): -8363359 or 10576512. OLE color: 10576512.
HSL color Cylindrical-coordinate representation of color #8062A1: hue angle of 268.57º 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 #8062A1 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 98 | 161 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.37 |
| HSL | 268.57º | 0.25% | 0.51% | - |
| HSV(B) | 268.57º | 0.39% | 0.63% | - |
| XYZ | 19.7 | 15.9 | 35.75 | - |
| YUV | 114.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 161 | 0.20 | 0.39 | 0 | 0.37 | 268.57 | 0.25 | 0.51 |
| Hex | 80 | 62 | A1 | 14 | 27 | 0 | 25 | 10D | 19 | 33 |
| Octal | 200 | 142 | 241 | 24 | 47 | 0 | 45 | 415 | 31 | 63 |
| Binary | 10000000 | 1100010 | 10100001 | 10100 | 100111 | 0 | 100101 | 100001101 | 11001 | 110011 |
Color Harmonies of #8062A1
Complementary color
Monochromatic Colors of #8062A1
Black with #8062A1
Text Example
Text Example
White with #8062A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8062A1; }
p { color: rgb(128,98,161); }
H1.HeaderClassName
{
color: #8062A1;
}
.AnyTagClassName
{
color: #8062A1;
}
</style>
background-color css
<style>
a { background-color: #8062A1; }
a { background-color: rgb(128,98,161); }
div.DivClassName
{
background-color: #8062A1;
}
.BgClassName
{
background-color: #8062A1;
}
</style>
border-color css
<style>
span { border-color: #8062A1; }
span { border-color: rgb(128,98,161); }
td.TdClassName
{
border-color: #8062A1;
}
.TagClassName
{
border-color: #8062A1;
}
</style>