Shades of Deluge #8261AC
Tints of Deluge #8261AC
RGB
CMYK
RGB Variations
Color information
#8261AC (or 0x8261AC) is known color: Deluge. HEX triplet: 82, 61 and AC. RGB value is (130,97,172). Sum of RGB (Red+Green+Blue) = 130+97+172=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #8261AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8261AC is #7D9E53. Grayscale: #737373. Windows color (decimal): -8232532 or 11297154. OLE color: 11297154.
HSL color Cylindrical-coordinate representation of color #8261AC: hue angle of 266.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8261AC is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 97 | 172 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.33 |
| HSL | 266.4º | 0.31% | 0.53% | - |
| HSV(B) | 266.4º | 0.44% | 0.67% | - |
| XYZ | 20.93 | 16.27 | 41.07 | - |
| YUV | 115.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 97 | 172 | 0.24 | 0.44 | 0 | 0.33 | 266.4 | 0.31 | 0.53 |
| Hex | 82 | 61 | AC | 18 | 2C | 0 | 21 | 10A | 1F | 35 |
| Octal | 202 | 141 | 254 | 30 | 54 | 0 | 41 | 412 | 37 | 65 |
| Binary | 10000010 | 1100001 | 10101100 | 11000 | 101100 | 0 | 100001 | 100001010 | 11111 | 110101 |
Color Harmonies of #8261AC
Complementary color
Monochromatic Colors of #8261AC
Black with #8261AC
Text Example
Text Example
White with #8261AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8261AC; }
p { color: rgb(130,97,172); }
H1.HeaderClassName
{
color: #8261AC;
}
.AnyTagClassName
{
color: #8261AC;
}
</style>
background-color css
<style>
a { background-color: #8261AC; }
a { background-color: rgb(130,97,172); }
div.DivClassName
{
background-color: #8261AC;
}
.BgClassName
{
background-color: #8261AC;
}
</style>
border-color css
<style>
span { border-color: #8261AC; }
span { border-color: rgb(130,97,172); }
td.TdClassName
{
border-color: #8261AC;
}
.TagClassName
{
border-color: #8261AC;
}
</style>