Shades of Deluge #8B819D
Tints of Deluge #8B819D
RGB
CMYK
RGB Variations
Color information
#8B819D (or 0x8B819D) is known color: Deluge. HEX triplet: 8B, 81 and 9D. RGB value is (139,129,157). Sum of RGB (Red+Green+Blue) = 139+129+157=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B819D is #747E62. Grayscale: #878787. Windows color (decimal): -7634531 or 10322315. OLE color: 10322315.
HSL color Cylindrical-coordinate representation of color #8B819D: hue angle of 261.43º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B819D is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 129 | 157 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.38 |
| HSL | 261.43º | 0.13% | 0.56% | - |
| HSV(B) | 261.43º | 0.18% | 0.62% | - |
| XYZ | 24.58 | 23.62 | 35.16 | - |
| YUV | 135.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 157 | 0.11 | 0.18 | 0 | 0.38 | 261.43 | 0.13 | 0.56 |
| Hex | 8B | 81 | 9D | B | 12 | 0 | 26 | 105 | C | 38 |
| Octal | 213 | 201 | 235 | 13 | 22 | 0 | 46 | 405 | 14 | 70 |
| Binary | 10001011 | 10000001 | 10011101 | 1011 | 10010 | 0 | 100110 | 100000101 | 1100 | 111000 |
Color Harmonies of #8B819D
Complementary color
Monochromatic Colors of #8B819D
Black with #8B819D
Text Example
Text Example
White with #8B819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B819D; }
p { color: rgb(139,129,157); }
H1.HeaderClassName
{
color: #8B819D;
}
.AnyTagClassName
{
color: #8B819D;
}
</style>
background-color css
<style>
a { background-color: #8B819D; }
a { background-color: rgb(139,129,157); }
div.DivClassName
{
background-color: #8B819D;
}
.BgClassName
{
background-color: #8B819D;
}
</style>
border-color css
<style>
span { border-color: #8B819D; }
span { border-color: rgb(139,129,157); }
td.TdClassName
{
border-color: #8B819D;
}
.TagClassName
{
border-color: #8B819D;
}
</style>