Shades of Deluge #8170B1
Tints of Deluge #8170B1
RGB
CMYK
RGB Variations
Color information
#8170B1 (or 0x8170B1) is known color: Deluge. HEX triplet: 81, 70 and B1. RGB value is (129,112,177). Sum of RGB (Red+Green+Blue) = 129+112+177=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #8170B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8170B1 is #7E8F4E. Grayscale: #7C7C7C. Windows color (decimal): -8294223 or 11628673. OLE color: 11628673.
HSL color Cylindrical-coordinate representation of color #8170B1: hue angle of 255.69º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8170B1 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 112 | 177 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.31 |
| HSL | 255.69º | 0.29% | 0.57% | - |
| HSV(B) | 255.69º | 0.37% | 0.69% | - |
| XYZ | 22.78 | 19.43 | 44.14 | - |
| YUV | 124.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 177 | 0.27 | 0.37 | 0 | 0.31 | 255.69 | 0.29 | 0.57 |
| Hex | 81 | 70 | B1 | 1B | 25 | 0 | 1F | 100 | 1D | 39 |
| Octal | 201 | 160 | 261 | 33 | 45 | 0 | 37 | 400 | 35 | 71 |
| Binary | 10000001 | 1110000 | 10110001 | 11011 | 100101 | 0 | 11111 | 100000000 | 11101 | 111001 |
Color Harmonies of #8170B1
Complementary color
Monochromatic Colors of #8170B1
Black with #8170B1
Text Example
Text Example
White with #8170B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8170B1; }
p { color: rgb(129,112,177); }
H1.HeaderClassName
{
color: #8170B1;
}
.AnyTagClassName
{
color: #8170B1;
}
</style>
background-color css
<style>
a { background-color: #8170B1; }
a { background-color: rgb(129,112,177); }
div.DivClassName
{
background-color: #8170B1;
}
.BgClassName
{
background-color: #8170B1;
}
</style>
border-color css
<style>
span { border-color: #8170B1; }
span { border-color: rgb(129,112,177); }
td.TdClassName
{
border-color: #8170B1;
}
.TagClassName
{
border-color: #8170B1;
}
</style>