Shades of Deluge #8260B7
Tints of Deluge #8260B7
RGB
CMYK
RGB Variations
Color information
#8260B7 (or 0x8260B7) is known color: Deluge. HEX triplet: 82, 60 and B7. RGB value is (130,96,183). Sum of RGB (Red+Green+Blue) = 130+96+183=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 183 - color contains mainly: blue. Hex color #8260B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260B7 is #7D9F48. Grayscale: #737373. Windows color (decimal): -8232777 or 12017794. OLE color: 12017794.
HSL color Cylindrical-coordinate representation of color #8260B7: hue angle of 263.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8260B7 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 96 | 183 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.28 |
| HSL | 263.45º | 0.38% | 0.55% | - |
| HSV(B) | 263.45º | 0.48% | 0.72% | - |
| XYZ | 21.94 | 16.53 | 46.83 | - |
| YUV | 116.08 | 165.76 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 183 | 0.29 | 0.48 | 0 | 0.28 | 263.45 | 0.38 | 0.55 |
| Hex | 82 | 60 | B7 | 1D | 30 | 0 | 1C | 107 | 26 | 37 |
| Octal | 202 | 140 | 267 | 35 | 60 | 0 | 34 | 407 | 46 | 67 |
| Binary | 10000010 | 1100000 | 10110111 | 11101 | 110000 | 0 | 11100 | 100000111 | 100110 | 110111 |
Color Harmonies of #8260B7
Complementary color
Monochromatic Colors of #8260B7
Black with #8260B7
Text Example
Text Example
White with #8260B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260B7; }
p { color: rgb(130,96,183); }
H1.HeaderClassName
{
color: #8260B7;
}
.AnyTagClassName
{
color: #8260B7;
}
</style>
background-color css
<style>
a { background-color: #8260B7; }
a { background-color: rgb(130,96,183); }
div.DivClassName
{
background-color: #8260B7;
}
.BgClassName
{
background-color: #8260B7;
}
</style>
border-color css
<style>
span { border-color: #8260B7; }
span { border-color: rgb(130,96,183); }
td.TdClassName
{
border-color: #8260B7;
}
.TagClassName
{
border-color: #8260B7;
}
</style>