Shades of Deluge #81679B
Tints of Deluge #81679B
RGB
CMYK
RGB Variations
Color information
#81679B (or 0x81679B) is known color: Deluge. HEX triplet: 81, 67 and 9B. RGB value is (129,103,155). Sum of RGB (Red+Green+Blue) = 129+103+155=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #81679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81679B is #7E9864. Grayscale: #747474. Windows color (decimal): -8296549 or 10184577. OLE color: 10184577.
HSL color Cylindrical-coordinate representation of color #81679B: hue angle of 270º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81679B is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 103 | 155 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.39 |
| HSL | 270º | 0.21% | 0.51% | - |
| HSV(B) | 270º | 0.34% | 0.61% | - |
| XYZ | 19.82 | 16.73 | 33.2 | - |
| YUV | 116.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 155 | 0.17 | 0.34 | 0 | 0.39 | 270 | 0.21 | 0.51 |
| Hex | 81 | 67 | 9B | 11 | 22 | 0 | 27 | 10E | 15 | 33 |
| Octal | 201 | 147 | 233 | 21 | 42 | 0 | 47 | 416 | 25 | 63 |
| Binary | 10000001 | 1100111 | 10011011 | 10001 | 100010 | 0 | 100111 | 100001110 | 10101 | 110011 |
Color Harmonies of #81679B
Complementary color
Monochromatic Colors of #81679B
Black with #81679B
Text Example
Text Example
White with #81679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81679B; }
p { color: rgb(129,103,155); }
H1.HeaderClassName
{
color: #81679B;
}
.AnyTagClassName
{
color: #81679B;
}
</style>
background-color css
<style>
a { background-color: #81679B; }
a { background-color: rgb(129,103,155); }
div.DivClassName
{
background-color: #81679B;
}
.BgClassName
{
background-color: #81679B;
}
</style>
border-color css
<style>
span { border-color: #81679B; }
span { border-color: rgb(129,103,155); }
td.TdClassName
{
border-color: #81679B;
}
.TagClassName
{
border-color: #81679B;
}
</style>