Shades of Deluge #8A7FAC
Tints of Deluge #8A7FAC
RGB
CMYK
RGB Variations
Color information
#8A7FAC (or 0x8A7FAC) is known color: Deluge. HEX triplet: 8A, 7F and AC. RGB value is (138,127,172). Sum of RGB (Red+Green+Blue) = 138+127+172=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7FAC is #758053. Grayscale: #878787. Windows color (decimal): -7700564 or 11304842. OLE color: 11304842.
HSL color Cylindrical-coordinate representation of color #8A7FAC: hue angle of 254.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7FAC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 127 | 172 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.33 |
| HSL | 254.67º | 0.21% | 0.59% | - |
| HSV(B) | 254.67º | 0.26% | 0.67% | - |
| XYZ | 25.52 | 23.56 | 42.23 | - |
| YUV | 135.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 172 | 0.20 | 0.26 | 0 | 0.33 | 254.67 | 0.21 | 0.59 |
| Hex | 8A | 7F | AC | 14 | 1A | 0 | 21 | FF | 15 | 3B |
| Octal | 212 | 177 | 254 | 24 | 32 | 0 | 41 | 377 | 25 | 73 |
| Binary | 10001010 | 1111111 | 10101100 | 10100 | 11010 | 0 | 100001 | 11111111 | 10101 | 111011 |
Color Harmonies of #8A7FAC
Complementary color
Monochromatic Colors of #8A7FAC
Black with #8A7FAC
Text Example
Text Example
White with #8A7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7FAC; }
p { color: rgb(138,127,172); }
H1.HeaderClassName
{
color: #8A7FAC;
}
.AnyTagClassName
{
color: #8A7FAC;
}
</style>
background-color css
<style>
a { background-color: #8A7FAC; }
a { background-color: rgb(138,127,172); }
div.DivClassName
{
background-color: #8A7FAC;
}
.BgClassName
{
background-color: #8A7FAC;
}
</style>
border-color css
<style>
span { border-color: #8A7FAC; }
span { border-color: rgb(138,127,172); }
td.TdClassName
{
border-color: #8A7FAC;
}
.TagClassName
{
border-color: #8A7FAC;
}
</style>