Shades of Deluge #8063A3
Tints of Deluge #8063A3
RGB
CMYK
RGB Variations
Color information
#8063A3 (or 0x8063A3) is known color: Deluge. HEX triplet: 80, 63 and A3. RGB value is (128,99,163). Sum of RGB (Red+Green+Blue) = 128+99+163=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 163 - color contains mainly: blue. Hex color #8063A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8063A3 is #7F9C5C. Grayscale: #727272. Windows color (decimal): -8363101 or 10707840. OLE color: 10707840.
HSL color Cylindrical-coordinate representation of color #8063A3: hue angle of 267.19º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8063A3 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 99 | 163 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.36 |
| HSL | 267.19º | 0.26% | 0.51% | - |
| HSV(B) | 267.19º | 0.39% | 0.64% | - |
| XYZ | 19.97 | 16.16 | 36.72 | - |
| YUV | 114.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 163 | 0.21 | 0.39 | 0 | 0.36 | 267.19 | 0.26 | 0.51 |
| Hex | 80 | 63 | A3 | 15 | 27 | 0 | 24 | 10B | 1A | 33 |
| Octal | 200 | 143 | 243 | 25 | 47 | 0 | 44 | 413 | 32 | 63 |
| Binary | 10000000 | 1100011 | 10100011 | 10101 | 100111 | 0 | 100100 | 100001011 | 11010 | 110011 |
Color Harmonies of #8063A3
Complementary color
Monochromatic Colors of #8063A3
Black with #8063A3
Text Example
Text Example
White with #8063A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063A3; }
p { color: rgb(128,99,163); }
H1.HeaderClassName
{
color: #8063A3;
}
.AnyTagClassName
{
color: #8063A3;
}
</style>
background-color css
<style>
a { background-color: #8063A3; }
a { background-color: rgb(128,99,163); }
div.DivClassName
{
background-color: #8063A3;
}
.BgClassName
{
background-color: #8063A3;
}
</style>
border-color css
<style>
span { border-color: #8063A3; }
span { border-color: rgb(128,99,163); }
td.TdClassName
{
border-color: #8063A3;
}
.TagClassName
{
border-color: #8063A3;
}
</style>