Shades of Deluge #815FAB
Tints of Deluge #815FAB
RGB
CMYK
RGB Variations
Color information
#815FAB (or 0x815FAB) is known color: Deluge. HEX triplet: 81, 5F and AB. RGB value is (129,95,171). Sum of RGB (Red+Green+Blue) = 129+95+171=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #815FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815FAB is #7EA054. Grayscale: #717171. Windows color (decimal): -8298581 or 11231105. OLE color: 11231105.
HSL color Cylindrical-coordinate representation of color #815FAB: hue angle of 266.84º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #815FAB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 95 | 171 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.33 |
| HSL | 266.84º | 0.31% | 0.52% | - |
| HSV(B) | 266.84º | 0.44% | 0.67% | - |
| XYZ | 20.5 | 15.79 | 40.5 | - |
| YUV | 113.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 171 | 0.25 | 0.44 | 0 | 0.33 | 266.84 | 0.31 | 0.52 |
| Hex | 81 | 5F | AB | 19 | 2C | 0 | 21 | 10B | 1F | 34 |
| Octal | 201 | 137 | 253 | 31 | 54 | 0 | 41 | 413 | 37 | 64 |
| Binary | 10000001 | 1011111 | 10101011 | 11001 | 101100 | 0 | 100001 | 100001011 | 11111 | 110100 |
Color Harmonies of #815FAB
Complementary color
Monochromatic Colors of #815FAB
Black with #815FAB
Text Example
Text Example
White with #815FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815FAB; }
p { color: rgb(129,95,171); }
H1.HeaderClassName
{
color: #815FAB;
}
.AnyTagClassName
{
color: #815FAB;
}
</style>
background-color css
<style>
a { background-color: #815FAB; }
a { background-color: rgb(129,95,171); }
div.DivClassName
{
background-color: #815FAB;
}
.BgClassName
{
background-color: #815FAB;
}
</style>
border-color css
<style>
span { border-color: #815FAB; }
span { border-color: rgb(129,95,171); }
td.TdClassName
{
border-color: #815FAB;
}
.TagClassName
{
border-color: #815FAB;
}
</style>