Shades of Deluge #8365AB
Tints of Deluge #8365AB
RGB
CMYK
RGB Variations
Color information
#8365AB (or 0x8365AB) is known color: Deluge. HEX triplet: 83, 65 and AB. RGB value is (131,101,171). Sum of RGB (Red+Green+Blue) = 131+101+171=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #8365AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8365AB is #7C9A54. Grayscale: #757575. Windows color (decimal): -8165973 or 11232643. OLE color: 11232643.
HSL color Cylindrical-coordinate representation of color #8365AB: hue angle of 265.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8365AB is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 101 | 171 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.33 |
| HSL | 265.71º | 0.29% | 0.53% | - |
| HSV(B) | 265.71º | 0.41% | 0.67% | - |
| XYZ | 21.36 | 17.07 | 40.7 | - |
| YUV | 117.95 | 157.94 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 171 | 0.23 | 0.41 | 0 | 0.33 | 265.71 | 0.29 | 0.53 |
| Hex | 83 | 65 | AB | 17 | 29 | 0 | 21 | 10A | 1D | 35 |
| Octal | 203 | 145 | 253 | 27 | 51 | 0 | 41 | 412 | 35 | 65 |
| Binary | 10000011 | 1100101 | 10101011 | 10111 | 101001 | 0 | 100001 | 100001010 | 11101 | 110101 |
Color Harmonies of #8365AB
Complementary color
Monochromatic Colors of #8365AB
Black with #8365AB
Text Example
Text Example
White with #8365AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365AB; }
p { color: rgb(131,101,171); }
H1.HeaderClassName
{
color: #8365AB;
}
.AnyTagClassName
{
color: #8365AB;
}
</style>
background-color css
<style>
a { background-color: #8365AB; }
a { background-color: rgb(131,101,171); }
div.DivClassName
{
background-color: #8365AB;
}
.BgClassName
{
background-color: #8365AB;
}
</style>
border-color css
<style>
span { border-color: #8365AB; }
span { border-color: rgb(131,101,171); }
td.TdClassName
{
border-color: #8365AB;
}
.TagClassName
{
border-color: #8365AB;
}
</style>