Shades of Deluge #8A7BAA
Tints of Deluge #8A7BAA
RGB
CMYK
RGB Variations
Color information
#8A7BAA (or 0x8A7BAA) is known color: Deluge. HEX triplet: 8A, 7B and AA. RGB value is (138,123,170). Sum of RGB (Red+Green+Blue) = 138+123+170=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7BAA is #758455. Grayscale: #848484. Windows color (decimal): -7701590 or 11172746. OLE color: 11172746.
HSL color Cylindrical-coordinate representation of color #8A7BAA: hue angle of 259.15º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A7BAA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 123 | 170 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.33 |
| HSL | 259.15º | 0.22% | 0.57% | - |
| HSV(B) | 259.15º | 0.28% | 0.67% | - |
| XYZ | 24.82 | 22.47 | 41.06 | - |
| YUV | 132.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 170 | 0.19 | 0.28 | 0 | 0.33 | 259.15 | 0.22 | 0.57 |
| Hex | 8A | 7B | AA | 13 | 1C | 0 | 21 | 103 | 16 | 39 |
| Octal | 212 | 173 | 252 | 23 | 34 | 0 | 41 | 403 | 26 | 71 |
| Binary | 10001010 | 1111011 | 10101010 | 10011 | 11100 | 0 | 100001 | 100000011 | 10110 | 111001 |
Color Harmonies of #8A7BAA
Complementary color
Monochromatic Colors of #8A7BAA
Black with #8A7BAA
Text Example
Text Example
White with #8A7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BAA; }
p { color: rgb(138,123,170); }
H1.HeaderClassName
{
color: #8A7BAA;
}
.AnyTagClassName
{
color: #8A7BAA;
}
</style>
background-color css
<style>
a { background-color: #8A7BAA; }
a { background-color: rgb(138,123,170); }
div.DivClassName
{
background-color: #8A7BAA;
}
.BgClassName
{
background-color: #8A7BAA;
}
</style>
border-color css
<style>
span { border-color: #8A7BAA; }
span { border-color: rgb(138,123,170); }
td.TdClassName
{
border-color: #8A7BAA;
}
.TagClassName
{
border-color: #8A7BAA;
}
</style>