Shades of Deluge #8269B5
Tints of Deluge #8269B5
RGB
CMYK
RGB Variations
Color information
#8269B5 (or 0x8269B5) is known color: Deluge. HEX triplet: 82, 69 and B5. RGB value is (130,105,181). Sum of RGB (Red+Green+Blue) = 130+105+181=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #8269B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269B5 is #7D964A. Grayscale: #787878. Windows color (decimal): -8230475 or 11889026. OLE color: 11889026.
HSL color Cylindrical-coordinate representation of color #8269B5: hue angle of 259.74º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8269B5 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 105 | 181 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.29 |
| HSL | 259.74º | 0.34% | 0.56% | - |
| HSV(B) | 259.74º | 0.42% | 0.71% | - |
| XYZ | 22.6 | 18.19 | 46.04 | - |
| YUV | 121.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 181 | 0.28 | 0.42 | 0 | 0.29 | 259.74 | 0.34 | 0.56 |
| Hex | 82 | 69 | B5 | 1C | 2A | 0 | 1D | 104 | 22 | 38 |
| Octal | 202 | 151 | 265 | 34 | 52 | 0 | 35 | 404 | 42 | 70 |
| Binary | 10000010 | 1101001 | 10110101 | 11100 | 101010 | 0 | 11101 | 100000100 | 100010 | 111000 |
Color Harmonies of #8269B5
Complementary color
Monochromatic Colors of #8269B5
Black with #8269B5
Text Example
Text Example
White with #8269B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8269B5; }
p { color: rgb(130,105,181); }
H1.HeaderClassName
{
color: #8269B5;
}
.AnyTagClassName
{
color: #8269B5;
}
</style>
background-color css
<style>
a { background-color: #8269B5; }
a { background-color: rgb(130,105,181); }
div.DivClassName
{
background-color: #8269B5;
}
.BgClassName
{
background-color: #8269B5;
}
</style>
border-color css
<style>
span { border-color: #8269B5; }
span { border-color: rgb(130,105,181); }
td.TdClassName
{
border-color: #8269B5;
}
.TagClassName
{
border-color: #8269B5;
}
</style>