Shades of Deluge #8A6EAC
Tints of Deluge #8A6EAC
RGB
CMYK
RGB Variations
Color information
#8A6EAC (or 0x8A6EAC) is known color: Deluge. HEX triplet: 8A, 6E and AC. RGB value is (138,110,172). Sum of RGB (Red+Green+Blue) = 138+110+172=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6EAC is #759153. Grayscale: #7D7D7D. Windows color (decimal): -7704916 or 11300490. OLE color: 11300490.
HSL color Cylindrical-coordinate representation of color #8A6EAC: hue angle of 267.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A6EAC is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 110 | 172 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.33 |
| HSL | 267.1º | 0.27% | 0.55% | - |
| HSV(B) | 267.1º | 0.36% | 0.67% | - |
| XYZ | 23.5 | 19.53 | 41.56 | - |
| YUV | 125.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 172 | 0.20 | 0.36 | 0 | 0.33 | 267.1 | 0.27 | 0.55 |
| Hex | 8A | 6E | AC | 14 | 24 | 0 | 21 | 10B | 1B | 37 |
| Octal | 212 | 156 | 254 | 24 | 44 | 0 | 41 | 413 | 33 | 67 |
| Binary | 10001010 | 1101110 | 10101100 | 10100 | 100100 | 0 | 100001 | 100001011 | 11011 | 110111 |
Color Harmonies of #8A6EAC
Complementary color
Monochromatic Colors of #8A6EAC
Black with #8A6EAC
Text Example
Text Example
White with #8A6EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6EAC; }
p { color: rgb(138,110,172); }
H1.HeaderClassName
{
color: #8A6EAC;
}
.AnyTagClassName
{
color: #8A6EAC;
}
</style>
background-color css
<style>
a { background-color: #8A6EAC; }
a { background-color: rgb(138,110,172); }
div.DivClassName
{
background-color: #8A6EAC;
}
.BgClassName
{
background-color: #8A6EAC;
}
</style>
border-color css
<style>
span { border-color: #8A6EAC; }
span { border-color: rgb(138,110,172); }
td.TdClassName
{
border-color: #8A6EAC;
}
.TagClassName
{
border-color: #8A6EAC;
}
</style>