Shades of Deluge #8A72AA
Tints of Deluge #8A72AA
RGB
CMYK
RGB Variations
Color information
#8A72AA (or 0x8A72AA) is known color: Deluge. HEX triplet: 8A, 72 and AA. RGB value is (138,114,170). Sum of RGB (Red+Green+Blue) = 138+114+170=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A72AA is #758D55. Grayscale: #7F7F7F. Windows color (decimal): -7703894 or 11170442. OLE color: 11170442.
HSL color Cylindrical-coordinate representation of color #8A72AA: hue angle of 265.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A72AA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 114 | 170 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.33 |
| HSL | 265.71º | 0.25% | 0.56% | - |
| HSV(B) | 265.71º | 0.33% | 0.67% | - |
| XYZ | 23.75 | 20.34 | 40.7 | - |
| YUV | 127.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 170 | 0.19 | 0.33 | 0 | 0.33 | 265.71 | 0.25 | 0.56 |
| Hex | 8A | 72 | AA | 13 | 21 | 0 | 21 | 10A | 19 | 38 |
| Octal | 212 | 162 | 252 | 23 | 41 | 0 | 41 | 412 | 31 | 70 |
| Binary | 10001010 | 1110010 | 10101010 | 10011 | 100001 | 0 | 100001 | 100001010 | 11001 | 111000 |
Color Harmonies of #8A72AA
Complementary color
Monochromatic Colors of #8A72AA
Black with #8A72AA
Text Example
Text Example
White with #8A72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A72AA; }
p { color: rgb(138,114,170); }
H1.HeaderClassName
{
color: #8A72AA;
}
.AnyTagClassName
{
color: #8A72AA;
}
</style>
background-color css
<style>
a { background-color: #8A72AA; }
a { background-color: rgb(138,114,170); }
div.DivClassName
{
background-color: #8A72AA;
}
.BgClassName
{
background-color: #8A72AA;
}
</style>
border-color css
<style>
span { border-color: #8A72AA; }
span { border-color: rgb(138,114,170); }
td.TdClassName
{
border-color: #8A72AA;
}
.TagClassName
{
border-color: #8A72AA;
}
</style>