Shades of Deluge #8365A8
Tints of Deluge #8365A8
RGB
CMYK
RGB Variations
Color information
#8365A8 (or 0x8365A8) is known color: Deluge. HEX triplet: 83, 65 and A8. RGB value is (131,101,168). Sum of RGB (Red+Green+Blue) = 131+101+168=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 168 - color contains mainly: blue. Hex color #8365A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8365A8 is #7C9A57. Grayscale: #757575. Windows color (decimal): -8165976 or 11036035. OLE color: 11036035.
HSL color Cylindrical-coordinate representation of color #8365A8: hue angle of 266.87º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8365A8 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 131 | 101 | 168 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.34 |
| HSL | 266.87º | 0.28% | 0.53% | - |
| HSV(B) | 266.87º | 0.4% | 0.66% | - |
| XYZ | 21.08 | 16.96 | 39.21 | - |
| YUV | 117.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 168 | 0.22 | 0.40 | 0 | 0.34 | 266.87 | 0.28 | 0.53 |
| Hex | 83 | 65 | A8 | 16 | 28 | 0 | 22 | 10B | 1C | 35 |
| Octal | 203 | 145 | 250 | 26 | 50 | 0 | 42 | 413 | 34 | 65 |
| Binary | 10000011 | 1100101 | 10101000 | 10110 | 101000 | 0 | 100010 | 100001011 | 11100 | 110101 |
Color Harmonies of #8365A8
Complementary color
Monochromatic Colors of #8365A8
Black with #8365A8
Text Example
Text Example
White with #8365A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365A8; }
p { color: rgb(131,101,168); }
H1.HeaderClassName
{
color: #8365A8;
}
.AnyTagClassName
{
color: #8365A8;
}
</style>
background-color css
<style>
a { background-color: #8365A8; }
a { background-color: rgb(131,101,168); }
div.DivClassName
{
background-color: #8365A8;
}
.BgClassName
{
background-color: #8365A8;
}
</style>
border-color css
<style>
span { border-color: #8365A8; }
span { border-color: rgb(131,101,168); }
td.TdClassName
{
border-color: #8365A8;
}
.TagClassName
{
border-color: #8365A8;
}
</style>