Shades of Deluge #8A7BAD
Tints of Deluge #8A7BAD
RGB
CMYK
RGB Variations
Color information
#8A7BAD (or 0x8A7BAD) is known color: Deluge. HEX triplet: 8A, 7B and AD. RGB value is (138,123,173). Sum of RGB (Red+Green+Blue) = 138+123+173=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7BAD is #758452. Grayscale: #858585. Windows color (decimal): -7701587 or 11369354. OLE color: 11369354.
HSL color Cylindrical-coordinate representation of color #8A7BAD: hue angle of 258º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A7BAD is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 123 | 173 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.32 |
| HSL | 258º | 0.23% | 0.58% | - |
| HSV(B) | 258º | 0.29% | 0.68% | - |
| XYZ | 25.11 | 22.59 | 42.57 | - |
| YUV | 133.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 173 | 0.20 | 0.29 | 0 | 0.32 | 258 | 0.23 | 0.58 |
| Hex | 8A | 7B | AD | 14 | 1D | 0 | 20 | 102 | 17 | 3A |
| Octal | 212 | 173 | 255 | 24 | 35 | 0 | 40 | 402 | 27 | 72 |
| Binary | 10001010 | 1111011 | 10101101 | 10100 | 11101 | 0 | 100000 | 100000010 | 10111 | 111010 |
Color Harmonies of #8A7BAD
Complementary color
Monochromatic Colors of #8A7BAD
Black with #8A7BAD
Text Example
Text Example
White with #8A7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BAD; }
p { color: rgb(138,123,173); }
H1.HeaderClassName
{
color: #8A7BAD;
}
.AnyTagClassName
{
color: #8A7BAD;
}
</style>
background-color css
<style>
a { background-color: #8A7BAD; }
a { background-color: rgb(138,123,173); }
div.DivClassName
{
background-color: #8A7BAD;
}
.BgClassName
{
background-color: #8A7BAD;
}
</style>
border-color css
<style>
span { border-color: #8A7BAD; }
span { border-color: rgb(138,123,173); }
td.TdClassName
{
border-color: #8A7BAD;
}
.TagClassName
{
border-color: #8A7BAD;
}
</style>