Shades of Deluge #805FA0
Tints of Deluge #805FA0
RGB
CMYK
RGB Variations
Color information
#805FA0 (or 0x805FA0) is known color: Deluge. HEX triplet: 80, 5F and A0. RGB value is (128,95,160). Sum of RGB (Red+Green+Blue) = 128+95+160=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #805FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805FA0 is #7FA05F. Grayscale: #707070. Windows color (decimal): -8364128 or 10510208. OLE color: 10510208.
HSL color Cylindrical-coordinate representation of color #805FA0: hue angle of 270.46º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #805FA0 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 95 | 160 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.37 |
| HSL | 270.46º | 0.25% | 0.5% | - |
| HSV(B) | 270.46º | 0.41% | 0.63% | - |
| XYZ | 19.34 | 15.31 | 35.19 | - |
| YUV | 112.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 160 | 0.20 | 0.41 | 0 | 0.37 | 270.46 | 0.25 | 0.5 |
| Hex | 80 | 5F | A0 | 14 | 29 | 0 | 25 | 10E | 19 | 32 |
| Octal | 200 | 137 | 240 | 24 | 51 | 0 | 45 | 416 | 31 | 62 |
| Binary | 10000000 | 1011111 | 10100000 | 10100 | 101001 | 0 | 100101 | 100001110 | 11001 | 110010 |
Color Harmonies of #805FA0
Complementary color
Monochromatic Colors of #805FA0
Black with #805FA0
Text Example
Text Example
White with #805FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FA0; }
p { color: rgb(128,95,160); }
H1.HeaderClassName
{
color: #805FA0;
}
.AnyTagClassName
{
color: #805FA0;
}
</style>
background-color css
<style>
a { background-color: #805FA0; }
a { background-color: rgb(128,95,160); }
div.DivClassName
{
background-color: #805FA0;
}
.BgClassName
{
background-color: #805FA0;
}
</style>
border-color css
<style>
span { border-color: #805FA0; }
span { border-color: rgb(128,95,160); }
td.TdClassName
{
border-color: #805FA0;
}
.TagClassName
{
border-color: #805FA0;
}
</style>