Shades of Deluge #8662B0
Tints of Deluge #8662B0
RGB
CMYK
RGB Variations
Color information
#8662B0 (or 0x8662B0) is known color: Deluge. HEX triplet: 86, 62 and B0. RGB value is (134,98,176). Sum of RGB (Red+Green+Blue) = 134+98+176=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 176 - color contains mainly: blue. Hex color #8662B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8662B0 is #799D4F. Grayscale: #757575. Windows color (decimal): -7970128 or 11559558. OLE color: 11559558.
HSL color Cylindrical-coordinate representation of color #8662B0: hue angle of 267.69º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8662B0 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 98 | 176 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.31 |
| HSL | 267.69º | 0.33% | 0.54% | - |
| HSV(B) | 267.69º | 0.44% | 0.69% | - |
| XYZ | 22.04 | 16.94 | 43.18 | - |
| YUV | 117.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 176 | 0.24 | 0.44 | 0 | 0.31 | 267.69 | 0.33 | 0.54 |
| Hex | 86 | 62 | B0 | 18 | 2C | 0 | 1F | 10C | 21 | 36 |
| Octal | 206 | 142 | 260 | 30 | 54 | 0 | 37 | 414 | 41 | 66 |
| Binary | 10000110 | 1100010 | 10110000 | 11000 | 101100 | 0 | 11111 | 100001100 | 100001 | 110110 |
Color Harmonies of #8662B0
Complementary color
Monochromatic Colors of #8662B0
Black with #8662B0
Text Example
Text Example
White with #8662B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662B0; }
p { color: rgb(134,98,176); }
H1.HeaderClassName
{
color: #8662B0;
}
.AnyTagClassName
{
color: #8662B0;
}
</style>
background-color css
<style>
a { background-color: #8662B0; }
a { background-color: rgb(134,98,176); }
div.DivClassName
{
background-color: #8662B0;
}
.BgClassName
{
background-color: #8662B0;
}
</style>
border-color css
<style>
span { border-color: #8662B0; }
span { border-color: rgb(134,98,176); }
td.TdClassName
{
border-color: #8662B0;
}
.TagClassName
{
border-color: #8662B0;
}
</style>