Shades of Deluge #8A74AD
Tints of Deluge #8A74AD
RGB
CMYK
RGB Variations
Color information
#8A74AD (or 0x8A74AD) is known color: Deluge. HEX triplet: 8A, 74 and AD. RGB value is (138,116,173). Sum of RGB (Red+Green+Blue) = 138+116+173=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A74AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A74AD is #758B52. Grayscale: #808080. Windows color (decimal): -7703379 or 11367562. OLE color: 11367562.
HSL color Cylindrical-coordinate representation of color #8A74AD: hue angle of 263.16º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A74AD is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 116 | 173 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.32 |
| HSL | 263.16º | 0.26% | 0.57% | - |
| HSV(B) | 263.16º | 0.33% | 0.68% | - |
| XYZ | 24.27 | 20.91 | 42.29 | - |
| YUV | 129.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 173 | 0.20 | 0.33 | 0 | 0.32 | 263.16 | 0.26 | 0.57 |
| Hex | 8A | 74 | AD | 14 | 21 | 0 | 20 | 107 | 1A | 39 |
| Octal | 212 | 164 | 255 | 24 | 41 | 0 | 40 | 407 | 32 | 71 |
| Binary | 10001010 | 1110100 | 10101101 | 10100 | 100001 | 0 | 100000 | 100000111 | 11010 | 111001 |
Color Harmonies of #8A74AD
Complementary color
Monochromatic Colors of #8A74AD
Black with #8A74AD
Text Example
Text Example
White with #8A74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A74AD; }
p { color: rgb(138,116,173); }
H1.HeaderClassName
{
color: #8A74AD;
}
.AnyTagClassName
{
color: #8A74AD;
}
</style>
background-color css
<style>
a { background-color: #8A74AD; }
a { background-color: rgb(138,116,173); }
div.DivClassName
{
background-color: #8A74AD;
}
.BgClassName
{
background-color: #8A74AD;
}
</style>
border-color css
<style>
span { border-color: #8A74AD; }
span { border-color: rgb(138,116,173); }
td.TdClassName
{
border-color: #8A74AD;
}
.TagClassName
{
border-color: #8A74AD;
}
</style>