Shades of Deluge #8272A4
Tints of Deluge #8272A4
RGB
CMYK
RGB Variations
Color information
#8272A4 (or 0x8272A4) is known color: Deluge. HEX triplet: 82, 72 and A4. RGB value is (130,114,164). Sum of RGB (Red+Green+Blue) = 130+114+164=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #8272A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8272A4 is #7D8D5B. Grayscale: #7C7C7C. Windows color (decimal): -8228188 or 10777218. OLE color: 10777218.
HSL color Cylindrical-coordinate representation of color #8272A4: hue angle of 259.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8272A4 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 114 | 164 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.36 |
| HSL | 259.2º | 0.22% | 0.55% | - |
| HSV(B) | 259.2º | 0.3% | 0.64% | - |
| XYZ | 21.92 | 19.46 | 37.72 | - |
| YUV | 124.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 164 | 0.21 | 0.30 | 0 | 0.36 | 259.2 | 0.22 | 0.55 |
| Hex | 82 | 72 | A4 | 15 | 1E | 0 | 24 | 103 | 16 | 37 |
| Octal | 202 | 162 | 244 | 25 | 36 | 0 | 44 | 403 | 26 | 67 |
| Binary | 10000010 | 1110010 | 10100100 | 10101 | 11110 | 0 | 100100 | 100000011 | 10110 | 110111 |
Color Harmonies of #8272A4
Complementary color
Monochromatic Colors of #8272A4
Black with #8272A4
Text Example
Text Example
White with #8272A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8272A4; }
p { color: rgb(130,114,164); }
H1.HeaderClassName
{
color: #8272A4;
}
.AnyTagClassName
{
color: #8272A4;
}
</style>
background-color css
<style>
a { background-color: #8272A4; }
a { background-color: rgb(130,114,164); }
div.DivClassName
{
background-color: #8272A4;
}
.BgClassName
{
background-color: #8272A4;
}
</style>
border-color css
<style>
span { border-color: #8272A4; }
span { border-color: rgb(130,114,164); }
td.TdClassName
{
border-color: #8272A4;
}
.TagClassName
{
border-color: #8272A4;
}
</style>