Shades of Deluge #8673AA
Tints of Deluge #8673AA
RGB
CMYK
RGB Variations
Color information
#8673AA (or 0x8673AA) is known color: Deluge. HEX triplet: 86, 73 and AA. RGB value is (134,115,170). Sum of RGB (Red+Green+Blue) = 134+115+170=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #8673AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8673AA is #798C55. Grayscale: #7E7E7E. Windows color (decimal): -7965782 or 11170694. OLE color: 11170694.
HSL color Cylindrical-coordinate representation of color #8673AA: hue angle of 260.73º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8673AA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 115 | 170 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.33 |
| HSL | 260.73º | 0.24% | 0.56% | - |
| HSV(B) | 260.73º | 0.32% | 0.67% | - |
| XYZ | 23.22 | 20.23 | 40.71 | - |
| YUV | 126.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 170 | 0.21 | 0.32 | 0 | 0.33 | 260.73 | 0.24 | 0.56 |
| Hex | 86 | 73 | AA | 15 | 20 | 0 | 21 | 105 | 18 | 38 |
| Octal | 206 | 163 | 252 | 25 | 40 | 0 | 41 | 405 | 30 | 70 |
| Binary | 10000110 | 1110011 | 10101010 | 10101 | 100000 | 0 | 100001 | 100000101 | 11000 | 111000 |
Color Harmonies of #8673AA
Complementary color
Monochromatic Colors of #8673AA
Black with #8673AA
Text Example
Text Example
White with #8673AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8673AA; }
p { color: rgb(134,115,170); }
H1.HeaderClassName
{
color: #8673AA;
}
.AnyTagClassName
{
color: #8673AA;
}
</style>
background-color css
<style>
a { background-color: #8673AA; }
a { background-color: rgb(134,115,170); }
div.DivClassName
{
background-color: #8673AA;
}
.BgClassName
{
background-color: #8673AA;
}
</style>
border-color css
<style>
span { border-color: #8673AA; }
span { border-color: rgb(134,115,170); }
td.TdClassName
{
border-color: #8673AA;
}
.TagClassName
{
border-color: #8673AA;
}
</style>