Shades of Deluge #8362AD
Tints of Deluge #8362AD
RGB
CMYK
RGB Variations
Color information
#8362AD (or 0x8362AD) is known color: Deluge. HEX triplet: 83, 62 and AD. RGB value is (131,98,173). Sum of RGB (Red+Green+Blue) = 131+98+173=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #8362AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8362AD is #7C9D52. Grayscale: #747474. Windows color (decimal): -8166739 or 11362947. OLE color: 11362947.
HSL color Cylindrical-coordinate representation of color #8362AD: hue angle of 266.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8362AD is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 98 | 173 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.32 |
| HSL | 266.4º | 0.31% | 0.53% | - |
| HSV(B) | 266.4º | 0.43% | 0.68% | - |
| XYZ | 21.27 | 16.58 | 41.61 | - |
| YUV | 116.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 173 | 0.24 | 0.43 | 0 | 0.32 | 266.4 | 0.31 | 0.53 |
| Hex | 83 | 62 | AD | 18 | 2B | 0 | 20 | 10A | 1F | 35 |
| Octal | 203 | 142 | 255 | 30 | 53 | 0 | 40 | 412 | 37 | 65 |
| Binary | 10000011 | 1100010 | 10101101 | 11000 | 101011 | 0 | 100000 | 100001010 | 11111 | 110101 |
Color Harmonies of #8362AD
Complementary color
Monochromatic Colors of #8362AD
Black with #8362AD
Text Example
Text Example
White with #8362AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8362AD; }
p { color: rgb(131,98,173); }
H1.HeaderClassName
{
color: #8362AD;
}
.AnyTagClassName
{
color: #8362AD;
}
</style>
background-color css
<style>
a { background-color: #8362AD; }
a { background-color: rgb(131,98,173); }
div.DivClassName
{
background-color: #8362AD;
}
.BgClassName
{
background-color: #8362AD;
}
</style>
border-color css
<style>
span { border-color: #8362AD; }
span { border-color: rgb(131,98,173); }
td.TdClassName
{
border-color: #8362AD;
}
.TagClassName
{
border-color: #8362AD;
}
</style>