Shades of Deluge #8167B7
Tints of Deluge #8167B7
RGB
CMYK
RGB Variations
Color information
#8167B7 (or 0x8167B7) is known color: Deluge. HEX triplet: 81, 67 and B7. RGB value is (129,103,183). Sum of RGB (Red+Green+Blue) = 129+103+183=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 183 - color contains mainly: blue. Hex color #8167B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8167B7 is #7E9848. Grayscale: #777777. Windows color (decimal): -8296521 or 12019585. OLE color: 12019585.
HSL color Cylindrical-coordinate representation of color #8167B7: hue angle of 259.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8167B7 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 103 | 183 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.28 |
| HSL | 259.5º | 0.36% | 0.56% | - |
| HSV(B) | 259.5º | 0.44% | 0.72% | - |
| XYZ | 22.45 | 17.79 | 47.05 | - |
| YUV | 119.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 183 | 0.30 | 0.44 | 0 | 0.28 | 259.5 | 0.36 | 0.56 |
| Hex | 81 | 67 | B7 | 1E | 2C | 0 | 1C | 104 | 24 | 38 |
| Octal | 201 | 147 | 267 | 36 | 54 | 0 | 34 | 404 | 44 | 70 |
| Binary | 10000001 | 1100111 | 10110111 | 11110 | 101100 | 0 | 11100 | 100000100 | 100100 | 111000 |
Color Harmonies of #8167B7
Complementary color
Monochromatic Colors of #8167B7
Black with #8167B7
Text Example
Text Example
White with #8167B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8167B7; }
p { color: rgb(129,103,183); }
H1.HeaderClassName
{
color: #8167B7;
}
.AnyTagClassName
{
color: #8167B7;
}
</style>
background-color css
<style>
a { background-color: #8167B7; }
a { background-color: rgb(129,103,183); }
div.DivClassName
{
background-color: #8167B7;
}
.BgClassName
{
background-color: #8167B7;
}
</style>
border-color css
<style>
span { border-color: #8167B7; }
span { border-color: rgb(129,103,183); }
td.TdClassName
{
border-color: #8167B7;
}
.TagClassName
{
border-color: #8167B7;
}
</style>