Shades of Deluge #8364B7
Tints of Deluge #8364B7
RGB
CMYK
RGB Variations
Color information
#8364B7 (or 0x8364B7) is known color: Deluge. HEX triplet: 83, 64 and B7. RGB value is (131,100,183). Sum of RGB (Red+Green+Blue) = 131+100+183=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 183 - color contains mainly: blue. Hex color #8364B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8364B7 is #7C9B48. Grayscale: #767676. Windows color (decimal): -8166217 or 12018819. OLE color: 12018819.
HSL color Cylindrical-coordinate representation of color #8364B7: hue angle of 262.41º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8364B7 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 100 | 183 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.28 |
| HSL | 262.41º | 0.37% | 0.55% | - |
| HSV(B) | 262.41º | 0.45% | 0.72% | - |
| XYZ | 22.46 | 17.36 | 46.97 | - |
| YUV | 118.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 183 | 0.28 | 0.45 | 0 | 0.28 | 262.41 | 0.37 | 0.55 |
| Hex | 83 | 64 | B7 | 1C | 2D | 0 | 1C | 106 | 25 | 37 |
| Octal | 203 | 144 | 267 | 34 | 55 | 0 | 34 | 406 | 45 | 67 |
| Binary | 10000011 | 1100100 | 10110111 | 11100 | 101101 | 0 | 11100 | 100000110 | 100101 | 110111 |
Color Harmonies of #8364B7
Complementary color
Monochromatic Colors of #8364B7
Black with #8364B7
Text Example
Text Example
White with #8364B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8364B7; }
p { color: rgb(131,100,183); }
H1.HeaderClassName
{
color: #8364B7;
}
.AnyTagClassName
{
color: #8364B7;
}
</style>
background-color css
<style>
a { background-color: #8364B7; }
a { background-color: rgb(131,100,183); }
div.DivClassName
{
background-color: #8364B7;
}
.BgClassName
{
background-color: #8364B7;
}
</style>
border-color css
<style>
span { border-color: #8364B7; }
span { border-color: rgb(131,100,183); }
td.TdClassName
{
border-color: #8364B7;
}
.TagClassName
{
border-color: #8364B7;
}
</style>