Shades of Deluge #8364AB
Tints of Deluge #8364AB
RGB
CMYK
RGB Variations
Color information
#8364AB (or 0x8364AB) is known color: Deluge. HEX triplet: 83, 64 and AB. RGB value is (131,100,171). Sum of RGB (Red+Green+Blue) = 131+100+171=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8364AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8364AB is #7C9B54. Grayscale: #757575. Windows color (decimal): -8166229 or 11232387. OLE color: 11232387.
HSL color Cylindrical-coordinate representation of color #8364AB: hue angle of 266.2º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8364AB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 100 | 171 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.33 |
| HSL | 266.2º | 0.3% | 0.53% | - |
| HSV(B) | 266.2º | 0.42% | 0.67% | - |
| XYZ | 21.27 | 16.88 | 40.67 | - |
| YUV | 117.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 171 | 0.23 | 0.42 | 0 | 0.33 | 266.2 | 0.3 | 0.53 |
| Hex | 83 | 64 | AB | 17 | 2A | 0 | 21 | 10A | 1E | 35 |
| Octal | 203 | 144 | 253 | 27 | 52 | 0 | 41 | 412 | 36 | 65 |
| Binary | 10000011 | 1100100 | 10101011 | 10111 | 101010 | 0 | 100001 | 100001010 | 11110 | 110101 |
Color Harmonies of #8364AB
Complementary color
Monochromatic Colors of #8364AB
Black with #8364AB
Text Example
Text Example
White with #8364AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8364AB; }
p { color: rgb(131,100,171); }
H1.HeaderClassName
{
color: #8364AB;
}
.AnyTagClassName
{
color: #8364AB;
}
</style>
background-color css
<style>
a { background-color: #8364AB; }
a { background-color: rgb(131,100,171); }
div.DivClassName
{
background-color: #8364AB;
}
.BgClassName
{
background-color: #8364AB;
}
</style>
border-color css
<style>
span { border-color: #8364AB; }
span { border-color: rgb(131,100,171); }
td.TdClassName
{
border-color: #8364AB;
}
.TagClassName
{
border-color: #8364AB;
}
</style>