Shades of Deluge #8260AB
Tints of Deluge #8260AB
RGB
CMYK
RGB Variations
Color information
#8260AB (or 0x8260AB) is known color: Deluge. HEX triplet: 82, 60 and AB. RGB value is (130,96,171). Sum of RGB (Red+Green+Blue) = 130+96+171=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #8260AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8260AB is #7D9F54. Grayscale: #727272. Windows color (decimal): -8232789 or 11231362. OLE color: 11231362.
HSL color Cylindrical-coordinate representation of color #8260AB: hue angle of 267.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8260AB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 96 | 171 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.33 |
| HSL | 267.2º | 0.31% | 0.52% | - |
| HSV(B) | 267.2º | 0.44% | 0.67% | - |
| XYZ | 20.74 | 16.05 | 40.53 | - |
| YUV | 114.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 171 | 0.24 | 0.44 | 0 | 0.33 | 267.2 | 0.31 | 0.52 |
| Hex | 82 | 60 | AB | 18 | 2C | 0 | 21 | 10B | 1F | 34 |
| Octal | 202 | 140 | 253 | 30 | 54 | 0 | 41 | 413 | 37 | 64 |
| Binary | 10000010 | 1100000 | 10101011 | 11000 | 101100 | 0 | 100001 | 100001011 | 11111 | 110100 |
Color Harmonies of #8260AB
Complementary color
Monochromatic Colors of #8260AB
Black with #8260AB
Text Example
Text Example
White with #8260AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260AB; }
p { color: rgb(130,96,171); }
H1.HeaderClassName
{
color: #8260AB;
}
.AnyTagClassName
{
color: #8260AB;
}
</style>
background-color css
<style>
a { background-color: #8260AB; }
a { background-color: rgb(130,96,171); }
div.DivClassName
{
background-color: #8260AB;
}
.BgClassName
{
background-color: #8260AB;
}
</style>
border-color css
<style>
span { border-color: #8260AB; }
span { border-color: rgb(130,96,171); }
td.TdClassName
{
border-color: #8260AB;
}
.TagClassName
{
border-color: #8260AB;
}
</style>