Shades of Deluge #8A75AD
Tints of Deluge #8A75AD
RGB
CMYK
RGB Variations
Color information
#8A75AD (or 0x8A75AD) is known color: Deluge. HEX triplet: 8A, 75 and AD. RGB value is (138,117,173). Sum of RGB (Red+Green+Blue) = 138+117+173=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A75AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A75AD is #758A52. Grayscale: #818181. Windows color (decimal): -7703123 or 11367818. OLE color: 11367818.
HSL color Cylindrical-coordinate representation of color #8A75AD: hue angle of 262.5º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A75AD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 117 | 173 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.32 |
| HSL | 262.5º | 0.25% | 0.57% | - |
| HSV(B) | 262.5º | 0.32% | 0.68% | - |
| XYZ | 24.39 | 21.14 | 42.33 | - |
| YUV | 129.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 173 | 0.20 | 0.32 | 0 | 0.32 | 262.5 | 0.25 | 0.57 |
| Hex | 8A | 75 | AD | 14 | 20 | 0 | 20 | 106 | 19 | 39 |
| Octal | 212 | 165 | 255 | 24 | 40 | 0 | 40 | 406 | 31 | 71 |
| Binary | 10001010 | 1110101 | 10101101 | 10100 | 100000 | 0 | 100000 | 100000110 | 11001 | 111001 |
Color Harmonies of #8A75AD
Complementary color
Monochromatic Colors of #8A75AD
Black with #8A75AD
Text Example
Text Example
White with #8A75AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A75AD; }
p { color: rgb(138,117,173); }
H1.HeaderClassName
{
color: #8A75AD;
}
.AnyTagClassName
{
color: #8A75AD;
}
</style>
background-color css
<style>
a { background-color: #8A75AD; }
a { background-color: rgb(138,117,173); }
div.DivClassName
{
background-color: #8A75AD;
}
.BgClassName
{
background-color: #8A75AD;
}
</style>
border-color css
<style>
span { border-color: #8A75AD; }
span { border-color: rgb(138,117,173); }
td.TdClassName
{
border-color: #8A75AD;
}
.TagClassName
{
border-color: #8A75AD;
}
</style>