Shades of Deluge #8B819B
Tints of Deluge #8B819B
RGB
CMYK
RGB Variations
Color information
#8B819B (or 0x8B819B) is known color: Deluge. HEX triplet: 8B, 81 and 9B. RGB value is (139,129,155). Sum of RGB (Red+Green+Blue) = 139+129+155=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B819B is #747E64. Grayscale: #868686. Windows color (decimal): -7634533 or 10191243. OLE color: 10191243.
HSL color Cylindrical-coordinate representation of color #8B819B: hue angle of 263.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B819B is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 129 | 155 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.39 |
| HSL | 263.08º | 0.12% | 0.56% | - |
| HSV(B) | 263.08º | 0.17% | 0.61% | - |
| XYZ | 24.41 | 23.56 | 34.27 | - |
| YUV | 134.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 155 | 0.10 | 0.17 | 0 | 0.39 | 263.08 | 0.12 | 0.56 |
| Hex | 8B | 81 | 9B | A | 11 | 0 | 27 | 107 | C | 38 |
| Octal | 213 | 201 | 233 | 12 | 21 | 0 | 47 | 407 | 14 | 70 |
| Binary | 10001011 | 10000001 | 10011011 | 1010 | 10001 | 0 | 100111 | 100000111 | 1100 | 111000 |
Color Harmonies of #8B819B
Complementary color
Monochromatic Colors of #8B819B
Black with #8B819B
Text Example
Text Example
White with #8B819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B819B; }
p { color: rgb(139,129,155); }
H1.HeaderClassName
{
color: #8B819B;
}
.AnyTagClassName
{
color: #8B819B;
}
</style>
background-color css
<style>
a { background-color: #8B819B; }
a { background-color: rgb(139,129,155); }
div.DivClassName
{
background-color: #8B819B;
}
.BgClassName
{
background-color: #8B819B;
}
</style>
border-color css
<style>
span { border-color: #8B819B; }
span { border-color: rgb(139,129,155); }
td.TdClassName
{
border-color: #8B819B;
}
.TagClassName
{
border-color: #8B819B;
}
</style>