Shades of Deluge #8D7FAA
Tints of Deluge #8D7FAA
RGB
CMYK
RGB Variations
Color information
#8D7FAA (or 0x8D7FAA) is known color: Deluge. HEX triplet: 8D, 7F and AA. RGB value is (141,127,170). Sum of RGB (Red+Green+Blue) = 141+127+170=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D7FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7FAA is #728055. Grayscale: #878787. Windows color (decimal): -7503958 or 11173773. OLE color: 11173773.
HSL color Cylindrical-coordinate representation of color #8D7FAA: hue angle of 259.53º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D7FAA is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 127 | 170 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.33 |
| HSL | 259.53º | 0.2% | 0.58% | - |
| HSV(B) | 259.53º | 0.25% | 0.67% | - |
| XYZ | 25.83 | 23.74 | 41.25 | - |
| YUV | 136.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 170 | 0.17 | 0.25 | 0 | 0.33 | 259.53 | 0.2 | 0.58 |
| Hex | 8D | 7F | AA | 11 | 19 | 0 | 21 | 104 | 14 | 3A |
| Octal | 215 | 177 | 252 | 21 | 31 | 0 | 41 | 404 | 24 | 72 |
| Binary | 10001101 | 1111111 | 10101010 | 10001 | 11001 | 0 | 100001 | 100000100 | 10100 | 111010 |
Color Harmonies of #8D7FAA
Complementary color
Monochromatic Colors of #8D7FAA
Black with #8D7FAA
Text Example
Text Example
White with #8D7FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7FAA; }
p { color: rgb(141,127,170); }
H1.HeaderClassName
{
color: #8D7FAA;
}
.AnyTagClassName
{
color: #8D7FAA;
}
</style>
background-color css
<style>
a { background-color: #8D7FAA; }
a { background-color: rgb(141,127,170); }
div.DivClassName
{
background-color: #8D7FAA;
}
.BgClassName
{
background-color: #8D7FAA;
}
</style>
border-color css
<style>
span { border-color: #8D7FAA; }
span { border-color: rgb(141,127,170); }
td.TdClassName
{
border-color: #8D7FAA;
}
.TagClassName
{
border-color: #8D7FAA;
}
</style>