Shades of Deluge #8D7FAC
Tints of Deluge #8D7FAC
RGB
CMYK
RGB Variations
Color information
#8D7FAC (or 0x8D7FAC) is known color: Deluge. HEX triplet: 8D, 7F and AC. RGB value is (141,127,172). Sum of RGB (Red+Green+Blue) = 141+127+172=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7FAC is #728053. Grayscale: #888888. Windows color (decimal): -7503956 or 11304845. OLE color: 11304845.
HSL color Cylindrical-coordinate representation of color #8D7FAC: hue angle of 258.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D7FAC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 127 | 172 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.33 |
| HSL | 258.67º | 0.21% | 0.59% | - |
| HSV(B) | 258.67º | 0.26% | 0.67% | - |
| XYZ | 26.02 | 23.82 | 42.26 | - |
| YUV | 136.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 172 | 0.18 | 0.26 | 0 | 0.33 | 258.67 | 0.21 | 0.59 |
| Hex | 8D | 7F | AC | 12 | 1A | 0 | 21 | 103 | 15 | 3B |
| Octal | 215 | 177 | 254 | 22 | 32 | 0 | 41 | 403 | 25 | 73 |
| Binary | 10001101 | 1111111 | 10101100 | 10010 | 11010 | 0 | 100001 | 100000011 | 10101 | 111011 |
Color Harmonies of #8D7FAC
Complementary color
Monochromatic Colors of #8D7FAC
Black with #8D7FAC
Text Example
Text Example
White with #8D7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7FAC; }
p { color: rgb(141,127,172); }
H1.HeaderClassName
{
color: #8D7FAC;
}
.AnyTagClassName
{
color: #8D7FAC;
}
</style>
background-color css
<style>
a { background-color: #8D7FAC; }
a { background-color: rgb(141,127,172); }
div.DivClassName
{
background-color: #8D7FAC;
}
.BgClassName
{
background-color: #8D7FAC;
}
</style>
border-color css
<style>
span { border-color: #8D7FAC; }
span { border-color: rgb(141,127,172); }
td.TdClassName
{
border-color: #8D7FAC;
}
.TagClassName
{
border-color: #8D7FAC;
}
</style>