Shades of Deluge #8266B1
Tints of Deluge #8266B1
RGB
CMYK
RGB Variations
Color information
#8266B1 (or 0x8266B1) is known color: Deluge. HEX triplet: 82, 66 and B1. RGB value is (130,102,177). Sum of RGB (Red+Green+Blue) = 130+102+177=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 177 - color contains mainly: blue. Hex color #8266B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8266B1 is #7D994E. Grayscale: #767676. Windows color (decimal): -8231247 or 11626114. OLE color: 11626114.
HSL color Cylindrical-coordinate representation of color #8266B1: hue angle of 262.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8266B1 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 102 | 177 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.31 |
| HSL | 262.4º | 0.32% | 0.55% | - |
| HSV(B) | 262.4º | 0.42% | 0.69% | - |
| XYZ | 21.89 | 17.42 | 43.8 | - |
| YUV | 118.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 177 | 0.27 | 0.42 | 0 | 0.31 | 262.4 | 0.32 | 0.55 |
| Hex | 82 | 66 | B1 | 1B | 2A | 0 | 1F | 106 | 20 | 37 |
| Octal | 202 | 146 | 261 | 33 | 52 | 0 | 37 | 406 | 40 | 67 |
| Binary | 10000010 | 1100110 | 10110001 | 11011 | 101010 | 0 | 11111 | 100000110 | 100000 | 110111 |
Color Harmonies of #8266B1
Complementary color
Monochromatic Colors of #8266B1
Black with #8266B1
Text Example
Text Example
White with #8266B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266B1; }
p { color: rgb(130,102,177); }
H1.HeaderClassName
{
color: #8266B1;
}
.AnyTagClassName
{
color: #8266B1;
}
</style>
background-color css
<style>
a { background-color: #8266B1; }
a { background-color: rgb(130,102,177); }
div.DivClassName
{
background-color: #8266B1;
}
.BgClassName
{
background-color: #8266B1;
}
</style>
border-color css
<style>
span { border-color: #8266B1; }
span { border-color: rgb(130,102,177); }
td.TdClassName
{
border-color: #8266B1;
}
.TagClassName
{
border-color: #8266B1;
}
</style>