Shades of Deluge #8267A6
Tints of Deluge #8267A6
RGB
CMYK
RGB Variations
Color information
#8267A6 (or 0x8267A6) is known color: Deluge. HEX triplet: 82, 67 and A6. RGB value is (130,103,166). Sum of RGB (Red+Green+Blue) = 130+103+166=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 166 - color contains mainly: blue. Hex color #8267A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8267A6 is #7D9859. Grayscale: #767676. Windows color (decimal): -8231002 or 10905474. OLE color: 10905474.
HSL color Cylindrical-coordinate representation of color #8267A6: hue angle of 265.71º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8267A6 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 103 | 166 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.35 |
| HSL | 265.71º | 0.26% | 0.53% | - |
| HSV(B) | 265.71º | 0.38% | 0.65% | - |
| XYZ | 20.94 | 17.2 | 38.29 | - |
| YUV | 118.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 103 | 166 | 0.22 | 0.38 | 0 | 0.35 | 265.71 | 0.26 | 0.53 |
| Hex | 82 | 67 | A6 | 16 | 26 | 0 | 23 | 10A | 1A | 35 |
| Octal | 202 | 147 | 246 | 26 | 46 | 0 | 43 | 412 | 32 | 65 |
| Binary | 10000010 | 1100111 | 10100110 | 10110 | 100110 | 0 | 100011 | 100001010 | 11010 | 110101 |
Color Harmonies of #8267A6
Complementary color
Monochromatic Colors of #8267A6
Black with #8267A6
Text Example
Text Example
White with #8267A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8267A6; }
p { color: rgb(130,103,166); }
H1.HeaderClassName
{
color: #8267A6;
}
.AnyTagClassName
{
color: #8267A6;
}
</style>
background-color css
<style>
a { background-color: #8267A6; }
a { background-color: rgb(130,103,166); }
div.DivClassName
{
background-color: #8267A6;
}
.BgClassName
{
background-color: #8267A6;
}
</style>
border-color css
<style>
span { border-color: #8267A6; }
span { border-color: rgb(130,103,166); }
td.TdClassName
{
border-color: #8267A6;
}
.TagClassName
{
border-color: #8267A6;
}
</style>