Shades of Deluge #8362AB
Tints of Deluge #8362AB
RGB
CMYK
RGB Variations
Color information
#8362AB (or 0x8362AB) is known color: Deluge. HEX triplet: 83, 62 and AB. RGB value is (131,98,171). Sum of RGB (Red+Green+Blue) = 131+98+171=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #8362AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8362AB is #7C9D54. Grayscale: #737373. Windows color (decimal): -8166741 or 11231875. OLE color: 11231875.
HSL color Cylindrical-coordinate representation of color #8362AB: hue angle of 267.12º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8362AB is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 98 | 171 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.33 |
| HSL | 267.12º | 0.3% | 0.53% | - |
| HSV(B) | 267.12º | 0.43% | 0.67% | - |
| XYZ | 21.08 | 16.5 | 40.6 | - |
| YUV | 116.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 171 | 0.23 | 0.43 | 0 | 0.33 | 267.12 | 0.3 | 0.53 |
| Hex | 83 | 62 | AB | 17 | 2B | 0 | 21 | 10B | 1E | 35 |
| Octal | 203 | 142 | 253 | 27 | 53 | 0 | 41 | 413 | 36 | 65 |
| Binary | 10000011 | 1100010 | 10101011 | 10111 | 101011 | 0 | 100001 | 100001011 | 11110 | 110101 |
Color Harmonies of #8362AB
Complementary color
Monochromatic Colors of #8362AB
Black with #8362AB
Text Example
Text Example
White with #8362AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8362AB; }
p { color: rgb(131,98,171); }
H1.HeaderClassName
{
color: #8362AB;
}
.AnyTagClassName
{
color: #8362AB;
}
</style>
background-color css
<style>
a { background-color: #8362AB; }
a { background-color: rgb(131,98,171); }
div.DivClassName
{
background-color: #8362AB;
}
.BgClassName
{
background-color: #8362AB;
}
</style>
border-color css
<style>
span { border-color: #8362AB; }
span { border-color: rgb(131,98,171); }
td.TdClassName
{
border-color: #8362AB;
}
.TagClassName
{
border-color: #8362AB;
}
</style>