Shades of Deluge #8165A3
Tints of Deluge #8165A3
RGB
CMYK
RGB Variations
Color information
#8165A3 (or 0x8165A3) is known color: Deluge. HEX triplet: 81, 65 and A3. RGB value is (129,101,163). Sum of RGB (Red+Green+Blue) = 129+101+163=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #8165A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8165A3 is #7E9A5C. Grayscale: #747474. Windows color (decimal): -8297053 or 10708353. OLE color: 10708353.
HSL color Cylindrical-coordinate representation of color #8165A3: hue angle of 267.1º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8165A3 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 101 | 163 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.36 |
| HSL | 267.1º | 0.25% | 0.52% | - |
| HSV(B) | 267.1º | 0.38% | 0.64% | - |
| XYZ | 20.32 | 16.62 | 36.79 | - |
| YUV | 116.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 163 | 0.21 | 0.38 | 0 | 0.36 | 267.1 | 0.25 | 0.52 |
| Hex | 81 | 65 | A3 | 15 | 26 | 0 | 24 | 10B | 19 | 34 |
| Octal | 201 | 145 | 243 | 25 | 46 | 0 | 44 | 413 | 31 | 64 |
| Binary | 10000001 | 1100101 | 10100011 | 10101 | 100110 | 0 | 100100 | 100001011 | 11001 | 110100 |
Color Harmonies of #8165A3
Complementary color
Monochromatic Colors of #8165A3
Black with #8165A3
Text Example
Text Example
White with #8165A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8165A3; }
p { color: rgb(129,101,163); }
H1.HeaderClassName
{
color: #8165A3;
}
.AnyTagClassName
{
color: #8165A3;
}
</style>
background-color css
<style>
a { background-color: #8165A3; }
a { background-color: rgb(129,101,163); }
div.DivClassName
{
background-color: #8165A3;
}
.BgClassName
{
background-color: #8165A3;
}
</style>
border-color css
<style>
span { border-color: #8165A3; }
span { border-color: rgb(129,101,163); }
td.TdClassName
{
border-color: #8165A3;
}
.TagClassName
{
border-color: #8165A3;
}
</style>