Shades of Deluge #8360B1
Tints of Deluge #8360B1
RGB
CMYK
RGB Variations
Color information
#8360B1 (or 0x8360B1) is known color: Deluge. HEX triplet: 83, 60 and B1. RGB value is (131,96,177). Sum of RGB (Red+Green+Blue) = 131+96+177=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #8360B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8360B1 is #7C9F4E. Grayscale: #737373. Windows color (decimal): -8167247 or 11624579. OLE color: 11624579.
HSL color Cylindrical-coordinate representation of color #8360B1: hue angle of 265.93º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8360B1 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 96 | 177 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.31 |
| HSL | 265.93º | 0.34% | 0.54% | - |
| HSV(B) | 265.93º | 0.46% | 0.69% | - |
| XYZ | 21.48 | 16.37 | 43.62 | - |
| YUV | 115.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 177 | 0.26 | 0.46 | 0 | 0.31 | 265.93 | 0.34 | 0.54 |
| Hex | 83 | 60 | B1 | 1A | 2E | 0 | 1F | 10A | 22 | 36 |
| Octal | 203 | 140 | 261 | 32 | 56 | 0 | 37 | 412 | 42 | 66 |
| Binary | 10000011 | 1100000 | 10110001 | 11010 | 101110 | 0 | 11111 | 100001010 | 100010 | 110110 |
Color Harmonies of #8360B1
Complementary color
Monochromatic Colors of #8360B1
Black with #8360B1
Text Example
Text Example
White with #8360B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8360B1; }
p { color: rgb(131,96,177); }
H1.HeaderClassName
{
color: #8360B1;
}
.AnyTagClassName
{
color: #8360B1;
}
</style>
background-color css
<style>
a { background-color: #8360B1; }
a { background-color: rgb(131,96,177); }
div.DivClassName
{
background-color: #8360B1;
}
.BgClassName
{
background-color: #8360B1;
}
</style>
border-color css
<style>
span { border-color: #8360B1; }
span { border-color: rgb(131,96,177); }
td.TdClassName
{
border-color: #8360B1;
}
.TagClassName
{
border-color: #8360B1;
}
</style>