Shades of Deluge #8266B5
Tints of Deluge #8266B5
RGB
CMYK
RGB Variations
Color information
#8266B5 (or 0x8266B5) is known color: Deluge. HEX triplet: 82, 66 and B5. RGB value is (130,102,181). Sum of RGB (Red+Green+Blue) = 130+102+181=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 181 - color contains mainly: blue. Hex color #8266B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266B5 is #7D994A. Grayscale: #777777. Windows color (decimal): -8231243 or 11888258. OLE color: 11888258.
HSL color Cylindrical-coordinate representation of color #8266B5: hue angle of 261.27º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8266B5 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 102 | 181 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.29 |
| HSL | 261.27º | 0.35% | 0.55% | - |
| HSV(B) | 261.27º | 0.44% | 0.71% | - |
| XYZ | 22.3 | 17.58 | 45.94 | - |
| YUV | 119.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 181 | 0.28 | 0.44 | 0 | 0.29 | 261.27 | 0.35 | 0.55 |
| Hex | 82 | 66 | B5 | 1C | 2C | 0 | 1D | 105 | 23 | 37 |
| Octal | 202 | 146 | 265 | 34 | 54 | 0 | 35 | 405 | 43 | 67 |
| Binary | 10000010 | 1100110 | 10110101 | 11100 | 101100 | 0 | 11101 | 100000101 | 100011 | 110111 |
Color Harmonies of #8266B5
Complementary color
Monochromatic Colors of #8266B5
Black with #8266B5
Text Example
Text Example
White with #8266B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266B5; }
p { color: rgb(130,102,181); }
H1.HeaderClassName
{
color: #8266B5;
}
.AnyTagClassName
{
color: #8266B5;
}
</style>
background-color css
<style>
a { background-color: #8266B5; }
a { background-color: rgb(130,102,181); }
div.DivClassName
{
background-color: #8266B5;
}
.BgClassName
{
background-color: #8266B5;
}
</style>
border-color css
<style>
span { border-color: #8266B5; }
span { border-color: rgb(130,102,181); }
td.TdClassName
{
border-color: #8266B5;
}
.TagClassName
{
border-color: #8266B5;
}
</style>