Shades of Deluge #8365AD
Tints of Deluge #8365AD
RGB
CMYK
RGB Variations
Color information
#8365AD (or 0x8365AD) is known color: Deluge. HEX triplet: 83, 65 and AD. RGB value is (131,101,173). Sum of RGB (Red+Green+Blue) = 131+101+173=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #8365AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8365AD is #7C9A52. Grayscale: #757575. Windows color (decimal): -8165971 or 11363715. OLE color: 11363715.
HSL color Cylindrical-coordinate representation of color #8365AD: hue angle of 265º 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 #8365AD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 101 | 173 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.32 |
| HSL | 265º | 0.31% | 0.54% | - |
| HSV(B) | 265º | 0.42% | 0.68% | - |
| XYZ | 21.56 | 17.15 | 41.71 | - |
| YUV | 118.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 173 | 0.24 | 0.42 | 0 | 0.32 | 265 | 0.31 | 0.54 |
| Hex | 83 | 65 | AD | 18 | 2A | 0 | 20 | 109 | 1F | 36 |
| Octal | 203 | 145 | 255 | 30 | 52 | 0 | 40 | 411 | 37 | 66 |
| Binary | 10000011 | 1100101 | 10101101 | 11000 | 101010 | 0 | 100000 | 100001001 | 11111 | 110110 |
Color Harmonies of #8365AD
Complementary color
Monochromatic Colors of #8365AD
Black with #8365AD
Text Example
Text Example
White with #8365AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365AD; }
p { color: rgb(131,101,173); }
H1.HeaderClassName
{
color: #8365AD;
}
.AnyTagClassName
{
color: #8365AD;
}
</style>
background-color css
<style>
a { background-color: #8365AD; }
a { background-color: rgb(131,101,173); }
div.DivClassName
{
background-color: #8365AD;
}
.BgClassName
{
background-color: #8365AD;
}
</style>
border-color css
<style>
span { border-color: #8365AD; }
span { border-color: rgb(131,101,173); }
td.TdClassName
{
border-color: #8365AD;
}
.TagClassName
{
border-color: #8365AD;
}
</style>