Shades of Deluge #8A7DAE
Tints of Deluge #8A7DAE
RGB
CMYK
RGB Variations
Color information
#8A7DAE (or 0x8A7DAE) is known color: Deluge. HEX triplet: 8A, 7D and AE. RGB value is (138,125,174). Sum of RGB (Red+Green+Blue) = 138+125+174=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7DAE is #758251. Grayscale: #868686. Windows color (decimal): -7701074 or 11435402. OLE color: 11435402.
HSL color Cylindrical-coordinate representation of color #8A7DAE: hue angle of 255.92º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A7DAE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 125 | 174 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.32 |
| HSL | 255.92º | 0.23% | 0.59% | - |
| HSV(B) | 255.92º | 0.28% | 0.68% | - |
| XYZ | 25.45 | 23.13 | 43.17 | - |
| YUV | 134.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 174 | 0.21 | 0.28 | 0 | 0.32 | 255.92 | 0.23 | 0.59 |
| Hex | 8A | 7D | AE | 15 | 1C | 0 | 20 | 100 | 17 | 3B |
| Octal | 212 | 175 | 256 | 25 | 34 | 0 | 40 | 400 | 27 | 73 |
| Binary | 10001010 | 1111101 | 10101110 | 10101 | 11100 | 0 | 100000 | 100000000 | 10111 | 111011 |
Color Harmonies of #8A7DAE
Complementary color
Monochromatic Colors of #8A7DAE
Black with #8A7DAE
Text Example
Text Example
White with #8A7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DAE; }
p { color: rgb(138,125,174); }
H1.HeaderClassName
{
color: #8A7DAE;
}
.AnyTagClassName
{
color: #8A7DAE;
}
</style>
background-color css
<style>
a { background-color: #8A7DAE; }
a { background-color: rgb(138,125,174); }
div.DivClassName
{
background-color: #8A7DAE;
}
.BgClassName
{
background-color: #8A7DAE;
}
</style>
border-color css
<style>
span { border-color: #8A7DAE; }
span { border-color: rgb(138,125,174); }
td.TdClassName
{
border-color: #8A7DAE;
}
.TagClassName
{
border-color: #8A7DAE;
}
</style>