Shades of Deluge #8171B4
Tints of Deluge #8171B4
RGB
CMYK
RGB Variations
Color information
#8171B4 (or 0x8171B4) is known color: Deluge. HEX triplet: 81, 71 and B4. RGB value is (129,113,180). Sum of RGB (Red+Green+Blue) = 129+113+180=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #8171B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171B4 is #7E8E4B. Grayscale: #7D7D7D. Windows color (decimal): -8293964 or 11825537. OLE color: 11825537.
HSL color Cylindrical-coordinate representation of color #8171B4: hue angle of 254.33º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8171B4 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 113 | 180 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.29 |
| HSL | 254.33º | 0.31% | 0.57% | - |
| HSV(B) | 254.33º | 0.37% | 0.71% | - |
| XYZ | 23.2 | 19.77 | 45.77 | - |
| YUV | 125.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 180 | 0.28 | 0.37 | 0 | 0.29 | 254.33 | 0.31 | 0.57 |
| Hex | 81 | 71 | B4 | 1C | 25 | 0 | 1D | FE | 1F | 39 |
| Octal | 201 | 161 | 264 | 34 | 45 | 0 | 35 | 376 | 37 | 71 |
| Binary | 10000001 | 1110001 | 10110100 | 11100 | 100101 | 0 | 11101 | 11111110 | 11111 | 111001 |
Color Harmonies of #8171B4
Complementary color
Monochromatic Colors of #8171B4
Black with #8171B4
Text Example
Text Example
White with #8171B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8171B4; }
p { color: rgb(129,113,180); }
H1.HeaderClassName
{
color: #8171B4;
}
.AnyTagClassName
{
color: #8171B4;
}
</style>
background-color css
<style>
a { background-color: #8171B4; }
a { background-color: rgb(129,113,180); }
div.DivClassName
{
background-color: #8171B4;
}
.BgClassName
{
background-color: #8171B4;
}
</style>
border-color css
<style>
span { border-color: #8171B4; }
span { border-color: rgb(129,113,180); }
td.TdClassName
{
border-color: #8171B4;
}
.TagClassName
{
border-color: #8171B4;
}
</style>