Shades of Deluge #805FA3
Tints of Deluge #805FA3
RGB
CMYK
RGB Variations
Color information
#805FA3 (or 0x805FA3) is known color: Deluge. HEX triplet: 80, 5F and A3. RGB value is (128,95,163). Sum of RGB (Red+Green+Blue) = 128+95+163=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #805FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805FA3 is #7FA05C. Grayscale: #707070. Windows color (decimal): -8364125 or 10706816. OLE color: 10706816.
HSL color Cylindrical-coordinate representation of color #805FA3: hue angle of 269.12º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #805FA3 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 95 | 163 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.36 |
| HSL | 269.12º | 0.27% | 0.51% | - |
| HSV(B) | 269.12º | 0.42% | 0.64% | - |
| XYZ | 19.61 | 15.42 | 36.59 | - |
| YUV | 112.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 163 | 0.21 | 0.42 | 0 | 0.36 | 269.12 | 0.27 | 0.51 |
| Hex | 80 | 5F | A3 | 15 | 2A | 0 | 24 | 10D | 1B | 33 |
| Octal | 200 | 137 | 243 | 25 | 52 | 0 | 44 | 415 | 33 | 63 |
| Binary | 10000000 | 1011111 | 10100011 | 10101 | 101010 | 0 | 100100 | 100001101 | 11011 | 110011 |
Color Harmonies of #805FA3
Complementary color
Monochromatic Colors of #805FA3
Black with #805FA3
Text Example
Text Example
White with #805FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FA3; }
p { color: rgb(128,95,163); }
H1.HeaderClassName
{
color: #805FA3;
}
.AnyTagClassName
{
color: #805FA3;
}
</style>
background-color css
<style>
a { background-color: #805FA3; }
a { background-color: rgb(128,95,163); }
div.DivClassName
{
background-color: #805FA3;
}
.BgClassName
{
background-color: #805FA3;
}
</style>
border-color css
<style>
span { border-color: #805FA3; }
span { border-color: rgb(128,95,163); }
td.TdClassName
{
border-color: #805FA3;
}
.TagClassName
{
border-color: #805FA3;
}
</style>