Shades of Deluge #8272AA
Tints of Deluge #8272AA
RGB
CMYK
RGB Variations
Color information
#8272AA (or 0x8272AA) is known color: Deluge. HEX triplet: 82, 72 and AA. RGB value is (130,114,170). Sum of RGB (Red+Green+Blue) = 130+114+170=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #8272AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8272AA is #7D8D55. Grayscale: #7C7C7C. Windows color (decimal): -8228182 or 11170434. OLE color: 11170434.
HSL color Cylindrical-coordinate representation of color #8272AA: hue angle of 257.14º 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 #8272AA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 114 | 170 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.33 |
| HSL | 257.14º | 0.25% | 0.56% | - |
| HSV(B) | 257.14º | 0.33% | 0.67% | - |
| XYZ | 22.48 | 19.68 | 40.64 | - |
| YUV | 125.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 170 | 0.24 | 0.33 | 0 | 0.33 | 257.14 | 0.25 | 0.56 |
| Hex | 82 | 72 | AA | 18 | 21 | 0 | 21 | 101 | 19 | 38 |
| Octal | 202 | 162 | 252 | 30 | 41 | 0 | 41 | 401 | 31 | 70 |
| Binary | 10000010 | 1110010 | 10101010 | 11000 | 100001 | 0 | 100001 | 100000001 | 11001 | 111000 |
Color Harmonies of #8272AA
Complementary color
Monochromatic Colors of #8272AA
Black with #8272AA
Text Example
Text Example
White with #8272AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8272AA; }
p { color: rgb(130,114,170); }
H1.HeaderClassName
{
color: #8272AA;
}
.AnyTagClassName
{
color: #8272AA;
}
</style>
background-color css
<style>
a { background-color: #8272AA; }
a { background-color: rgb(130,114,170); }
div.DivClassName
{
background-color: #8272AA;
}
.BgClassName
{
background-color: #8272AA;
}
</style>
border-color css
<style>
span { border-color: #8272AA; }
span { border-color: rgb(130,114,170); }
td.TdClassName
{
border-color: #8272AA;
}
.TagClassName
{
border-color: #8272AA;
}
</style>