Shades of Deluge #8663B2
Tints of Deluge #8663B2
RGB
CMYK
RGB Variations
Color information
#8663B2 (or 0x8663B2) is known color: Deluge. HEX triplet: 86, 63 and B2. RGB value is (134,99,178). Sum of RGB (Red+Green+Blue) = 134+99+178=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 178 - color contains mainly: blue. Hex color #8663B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8663B2 is #799C4D. Grayscale: #767676. Windows color (decimal): -7969870 or 11690886. OLE color: 11690886.
HSL color Cylindrical-coordinate representation of color #8663B2: hue angle of 266.58º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8663B2 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 99 | 178 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.30 |
| HSL | 266.58º | 0.34% | 0.54% | - |
| HSV(B) | 266.58º | 0.44% | 0.7% | - |
| XYZ | 22.33 | 17.21 | 44.26 | - |
| YUV | 118.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 178 | 0.25 | 0.44 | 0 | 0.30 | 266.58 | 0.34 | 0.54 |
| Hex | 86 | 63 | B2 | 19 | 2C | 0 | 1E | 10B | 22 | 36 |
| Octal | 206 | 143 | 262 | 31 | 54 | 0 | 36 | 413 | 42 | 66 |
| Binary | 10000110 | 1100011 | 10110010 | 11001 | 101100 | 0 | 11110 | 100001011 | 100010 | 110110 |
Color Harmonies of #8663B2
Complementary color
Monochromatic Colors of #8663B2
Black with #8663B2
Text Example
Text Example
White with #8663B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663B2; }
p { color: rgb(134,99,178); }
H1.HeaderClassName
{
color: #8663B2;
}
.AnyTagClassName
{
color: #8663B2;
}
</style>
background-color css
<style>
a { background-color: #8663B2; }
a { background-color: rgb(134,99,178); }
div.DivClassName
{
background-color: #8663B2;
}
.BgClassName
{
background-color: #8663B2;
}
</style>
border-color css
<style>
span { border-color: #8663B2; }
span { border-color: rgb(134,99,178); }
td.TdClassName
{
border-color: #8663B2;
}
.TagClassName
{
border-color: #8663B2;
}
</style>