Shades of Deluge #8165AB
Tints of Deluge #8165AB
RGB
CMYK
RGB Variations
Color information
#8165AB (or 0x8165AB) is known color: Deluge. HEX triplet: 81, 65 and AB. RGB value is (129,101,171). Sum of RGB (Red+Green+Blue) = 129+101+171=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #8165AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8165AB is #7E9A54. Grayscale: #757575. Windows color (decimal): -8297045 or 11232641. OLE color: 11232641.
HSL color Cylindrical-coordinate representation of color #8165AB: hue angle of 264º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8165AB is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 101 | 171 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.33 |
| HSL | 264º | 0.29% | 0.53% | - |
| HSV(B) | 264º | 0.41% | 0.67% | - |
| XYZ | 21.06 | 16.91 | 40.68 | - |
| YUV | 117.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 171 | 0.25 | 0.41 | 0 | 0.33 | 264 | 0.29 | 0.53 |
| Hex | 81 | 65 | AB | 19 | 29 | 0 | 21 | 108 | 1D | 35 |
| Octal | 201 | 145 | 253 | 31 | 51 | 0 | 41 | 410 | 35 | 65 |
| Binary | 10000001 | 1100101 | 10101011 | 11001 | 101001 | 0 | 100001 | 100001000 | 11101 | 110101 |
Color Harmonies of #8165AB
Complementary color
Monochromatic Colors of #8165AB
Black with #8165AB
Text Example
Text Example
White with #8165AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8165AB; }
p { color: rgb(129,101,171); }
H1.HeaderClassName
{
color: #8165AB;
}
.AnyTagClassName
{
color: #8165AB;
}
</style>
background-color css
<style>
a { background-color: #8165AB; }
a { background-color: rgb(129,101,171); }
div.DivClassName
{
background-color: #8165AB;
}
.BgClassName
{
background-color: #8165AB;
}
</style>
border-color css
<style>
span { border-color: #8165AB; }
span { border-color: rgb(129,101,171); }
td.TdClassName
{
border-color: #8165AB;
}
.TagClassName
{
border-color: #8165AB;
}
</style>