Shades of Deluge #805FAC
Tints of Deluge #805FAC
RGB
CMYK
RGB Variations
Color information
#805FAC (or 0x805FAC) is known color: Deluge. HEX triplet: 80, 5F and AC. RGB value is (128,95,172). Sum of RGB (Red+Green+Blue) = 128+95+172=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #805FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805FAC is #7FA053. Grayscale: #717171. Windows color (decimal): -8364116 or 11296640. OLE color: 11296640.
HSL color Cylindrical-coordinate representation of color #805FAC: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805FAC is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 95 | 172 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.33 |
| HSL | 265.71º | 0.32% | 0.52% | - |
| HSV(B) | 265.71º | 0.45% | 0.67% | - |
| XYZ | 20.44 | 15.75 | 40.99 | - |
| YUV | 113.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 172 | 0.26 | 0.45 | 0 | 0.33 | 265.71 | 0.32 | 0.52 |
| Hex | 80 | 5F | AC | 1A | 2D | 0 | 21 | 10A | 20 | 34 |
| Octal | 200 | 137 | 254 | 32 | 55 | 0 | 41 | 412 | 40 | 64 |
| Binary | 10000000 | 1011111 | 10101100 | 11010 | 101101 | 0 | 100001 | 100001010 | 100000 | 110100 |
Color Harmonies of #805FAC
Complementary color
Monochromatic Colors of #805FAC
Black with #805FAC
Text Example
Text Example
White with #805FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FAC; }
p { color: rgb(128,95,172); }
H1.HeaderClassName
{
color: #805FAC;
}
.AnyTagClassName
{
color: #805FAC;
}
</style>
background-color css
<style>
a { background-color: #805FAC; }
a { background-color: rgb(128,95,172); }
div.DivClassName
{
background-color: #805FAC;
}
.BgClassName
{
background-color: #805FAC;
}
</style>
border-color css
<style>
span { border-color: #805FAC; }
span { border-color: rgb(128,95,172); }
td.TdClassName
{
border-color: #805FAC;
}
.TagClassName
{
border-color: #805FAC;
}
</style>