Shades of Deluge #8062AD
Tints of Deluge #8062AD
RGB
CMYK
RGB Variations
Color information
#8062AD (or 0x8062AD) is known color: Deluge. HEX triplet: 80, 62 and AD. RGB value is (128,98,173). Sum of RGB (Red+Green+Blue) = 128+98+173=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #8062AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8062AD is #7F9D52. Grayscale: #737373. Windows color (decimal): -8363347 or 11362944. OLE color: 11362944.
HSL color Cylindrical-coordinate representation of color #8062AD: hue angle of 264º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8062AD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 98 | 173 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.32 |
| HSL | 264º | 0.31% | 0.53% | - |
| HSV(B) | 264º | 0.43% | 0.68% | - |
| XYZ | 20.81 | 16.34 | 41.59 | - |
| YUV | 115.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 173 | 0.26 | 0.43 | 0 | 0.32 | 264 | 0.31 | 0.53 |
| Hex | 80 | 62 | AD | 1A | 2B | 0 | 20 | 108 | 1F | 35 |
| Octal | 200 | 142 | 255 | 32 | 53 | 0 | 40 | 410 | 37 | 65 |
| Binary | 10000000 | 1100010 | 10101101 | 11010 | 101011 | 0 | 100000 | 100001000 | 11111 | 110101 |
Color Harmonies of #8062AD
Complementary color
Monochromatic Colors of #8062AD
Black with #8062AD
Text Example
Text Example
White with #8062AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8062AD; }
p { color: rgb(128,98,173); }
H1.HeaderClassName
{
color: #8062AD;
}
.AnyTagClassName
{
color: #8062AD;
}
</style>
background-color css
<style>
a { background-color: #8062AD; }
a { background-color: rgb(128,98,173); }
div.DivClassName
{
background-color: #8062AD;
}
.BgClassName
{
background-color: #8062AD;
}
</style>
border-color css
<style>
span { border-color: #8062AD; }
span { border-color: rgb(128,98,173); }
td.TdClassName
{
border-color: #8062AD;
}
.TagClassName
{
border-color: #8062AD;
}
</style>