Shades of Deluge #8260B6
Tints of Deluge #8260B6
RGB
CMYK
RGB Variations
Color information
#8260B6 (or 0x8260B6) is known color: Deluge. HEX triplet: 82, 60 and B6. RGB value is (130,96,182). Sum of RGB (Red+Green+Blue) = 130+96+182=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #8260B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260B6 is #7D9F49. Grayscale: #737373. Windows color (decimal): -8232778 or 11952258. OLE color: 11952258.
HSL color Cylindrical-coordinate representation of color #8260B6: hue angle of 263.72º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8260B6 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 96 | 182 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.29 |
| HSL | 263.72º | 0.37% | 0.55% | - |
| HSV(B) | 263.72º | 0.47% | 0.71% | - |
| XYZ | 21.83 | 16.49 | 46.29 | - |
| YUV | 115.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 182 | 0.29 | 0.47 | 0 | 0.29 | 263.72 | 0.37 | 0.55 |
| Hex | 82 | 60 | B6 | 1D | 2F | 0 | 1D | 108 | 25 | 37 |
| Octal | 202 | 140 | 266 | 35 | 57 | 0 | 35 | 410 | 45 | 67 |
| Binary | 10000010 | 1100000 | 10110110 | 11101 | 101111 | 0 | 11101 | 100001000 | 100101 | 110111 |
Color Harmonies of #8260B6
Complementary color
Monochromatic Colors of #8260B6
Black with #8260B6
Text Example
Text Example
White with #8260B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260B6; }
p { color: rgb(130,96,182); }
H1.HeaderClassName
{
color: #8260B6;
}
.AnyTagClassName
{
color: #8260B6;
}
</style>
background-color css
<style>
a { background-color: #8260B6; }
a { background-color: rgb(130,96,182); }
div.DivClassName
{
background-color: #8260B6;
}
.BgClassName
{
background-color: #8260B6;
}
</style>
border-color css
<style>
span { border-color: #8260B6; }
span { border-color: rgb(130,96,182); }
td.TdClassName
{
border-color: #8260B6;
}
.TagClassName
{
border-color: #8260B6;
}
</style>