Shades of Deluge #8272AE
Tints of Deluge #8272AE
RGB
CMYK
RGB Variations
Color information
#8272AE (or 0x8272AE) is known color: Deluge. HEX triplet: 82, 72 and AE. RGB value is (130,114,174). Sum of RGB (Red+Green+Blue) = 130+114+174=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #8272AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8272AE is #7D8D51. Grayscale: #7D7D7D. Windows color (decimal): -8228178 or 11432578. OLE color: 11432578.
HSL color Cylindrical-coordinate representation of color #8272AE: hue angle of 256º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8272AE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 114 | 174 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.32 |
| HSL | 256º | 0.27% | 0.56% | - |
| HSV(B) | 256º | 0.34% | 0.68% | - |
| XYZ | 22.86 | 19.84 | 42.67 | - |
| YUV | 125.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 174 | 0.25 | 0.34 | 0 | 0.32 | 256 | 0.27 | 0.56 |
| Hex | 82 | 72 | AE | 19 | 22 | 0 | 20 | 100 | 1B | 38 |
| Octal | 202 | 162 | 256 | 31 | 42 | 0 | 40 | 400 | 33 | 70 |
| Binary | 10000010 | 1110010 | 10101110 | 11001 | 100010 | 0 | 100000 | 100000000 | 11011 | 111000 |
Color Harmonies of #8272AE
Complementary color
Monochromatic Colors of #8272AE
Black with #8272AE
Text Example
Text Example
White with #8272AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8272AE; }
p { color: rgb(130,114,174); }
H1.HeaderClassName
{
color: #8272AE;
}
.AnyTagClassName
{
color: #8272AE;
}
</style>
background-color css
<style>
a { background-color: #8272AE; }
a { background-color: rgb(130,114,174); }
div.DivClassName
{
background-color: #8272AE;
}
.BgClassName
{
background-color: #8272AE;
}
</style>
border-color css
<style>
span { border-color: #8272AE; }
span { border-color: rgb(130,114,174); }
td.TdClassName
{
border-color: #8272AE;
}
.TagClassName
{
border-color: #8272AE;
}
</style>