Shades of Deluge #8362B1
Tints of Deluge #8362B1
RGB
CMYK
RGB Variations
Color information
#8362B1 (or 0x8362B1) is known color: Deluge. HEX triplet: 83, 62 and B1. RGB value is (131,98,177). Sum of RGB (Red+Green+Blue) = 131+98+177=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #8362B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8362B1 is #7C9D4E. Grayscale: #747474. Windows color (decimal): -8166735 or 11625091. OLE color: 11625091.
HSL color Cylindrical-coordinate representation of color #8362B1: hue angle of 265.06º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8362B1 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 98 | 177 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.31 |
| HSL | 265.06º | 0.34% | 0.54% | - |
| HSV(B) | 265.06º | 0.45% | 0.69% | - |
| XYZ | 21.66 | 16.73 | 43.68 | - |
| YUV | 116.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 177 | 0.26 | 0.45 | 0 | 0.31 | 265.06 | 0.34 | 0.54 |
| Hex | 83 | 62 | B1 | 1A | 2D | 0 | 1F | 109 | 22 | 36 |
| Octal | 203 | 142 | 261 | 32 | 55 | 0 | 37 | 411 | 42 | 66 |
| Binary | 10000011 | 1100010 | 10110001 | 11010 | 101101 | 0 | 11111 | 100001001 | 100010 | 110110 |
Color Harmonies of #8362B1
Complementary color
Monochromatic Colors of #8362B1
Black with #8362B1
Text Example
Text Example
White with #8362B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8362B1; }
p { color: rgb(131,98,177); }
H1.HeaderClassName
{
color: #8362B1;
}
.AnyTagClassName
{
color: #8362B1;
}
</style>
background-color css
<style>
a { background-color: #8362B1; }
a { background-color: rgb(131,98,177); }
div.DivClassName
{
background-color: #8362B1;
}
.BgClassName
{
background-color: #8362B1;
}
</style>
border-color css
<style>
span { border-color: #8362B1; }
span { border-color: rgb(131,98,177); }
td.TdClassName
{
border-color: #8362B1;
}
.TagClassName
{
border-color: #8362B1;
}
</style>