Shades of Deluge #8872B3
Tints of Deluge #8872B3
RGB
CMYK
RGB Variations
Color information
#8872B3 (or 0x8872B3) is known color: Deluge. HEX triplet: 88, 72 and B3. RGB value is (136,114,179). Sum of RGB (Red+Green+Blue) = 136+114+179=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #8872B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872B3 is #778D4C. Grayscale: #7F7F7F. Windows color (decimal): -7834957 or 11760264. OLE color: 11760264.
HSL color Cylindrical-coordinate representation of color #8872B3: hue angle of 260.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8872B3 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 114 | 179 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.30 |
| HSL | 260.31º | 0.3% | 0.57% | - |
| HSV(B) | 260.31º | 0.36% | 0.7% | - |
| XYZ | 24.31 | 20.52 | 45.33 | - |
| YUV | 127.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 179 | 0.24 | 0.36 | 0 | 0.30 | 260.31 | 0.3 | 0.57 |
| Hex | 88 | 72 | B3 | 18 | 24 | 0 | 1E | 104 | 1E | 39 |
| Octal | 210 | 162 | 263 | 30 | 44 | 0 | 36 | 404 | 36 | 71 |
| Binary | 10001000 | 1110010 | 10110011 | 11000 | 100100 | 0 | 11110 | 100000100 | 11110 | 111001 |
Color Harmonies of #8872B3
Complementary color
Monochromatic Colors of #8872B3
Black with #8872B3
Text Example
Text Example
White with #8872B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8872B3; }
p { color: rgb(136,114,179); }
H1.HeaderClassName
{
color: #8872B3;
}
.AnyTagClassName
{
color: #8872B3;
}
</style>
background-color css
<style>
a { background-color: #8872B3; }
a { background-color: rgb(136,114,179); }
div.DivClassName
{
background-color: #8872B3;
}
.BgClassName
{
background-color: #8872B3;
}
</style>
border-color css
<style>
span { border-color: #8872B3; }
span { border-color: rgb(136,114,179); }
td.TdClassName
{
border-color: #8872B3;
}
.TagClassName
{
border-color: #8872B3;
}
</style>