Shades of Deluge #8265AD
Tints of Deluge #8265AD
RGB
CMYK
RGB Variations
Color information
#8265AD (or 0x8265AD) is known color: Deluge. HEX triplet: 82, 65 and AD. RGB value is (130,101,173). Sum of RGB (Red+Green+Blue) = 130+101+173=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #8265AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8265AD is #7D9A52. Grayscale: #757575. Windows color (decimal): -8231507 or 11363714. OLE color: 11363714.
HSL color Cylindrical-coordinate representation of color #8265AD: hue angle of 264.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8265AD is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 101 | 173 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.32 |
| HSL | 264.17º | 0.31% | 0.54% | - |
| HSV(B) | 264.17º | 0.42% | 0.68% | - |
| XYZ | 21.4 | 17.07 | 41.7 | - |
| YUV | 117.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 173 | 0.25 | 0.42 | 0 | 0.32 | 264.17 | 0.31 | 0.54 |
| Hex | 82 | 65 | AD | 19 | 2A | 0 | 20 | 108 | 1F | 36 |
| Octal | 202 | 145 | 255 | 31 | 52 | 0 | 40 | 410 | 37 | 66 |
| Binary | 10000010 | 1100101 | 10101101 | 11001 | 101010 | 0 | 100000 | 100001000 | 11111 | 110110 |
Color Harmonies of #8265AD
Complementary color
Monochromatic Colors of #8265AD
Black with #8265AD
Text Example
Text Example
White with #8265AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8265AD; }
p { color: rgb(130,101,173); }
H1.HeaderClassName
{
color: #8265AD;
}
.AnyTagClassName
{
color: #8265AD;
}
</style>
background-color css
<style>
a { background-color: #8265AD; }
a { background-color: rgb(130,101,173); }
div.DivClassName
{
background-color: #8265AD;
}
.BgClassName
{
background-color: #8265AD;
}
</style>
border-color css
<style>
span { border-color: #8265AD; }
span { border-color: rgb(130,101,173); }
td.TdClassName
{
border-color: #8265AD;
}
.TagClassName
{
border-color: #8265AD;
}
</style>