Shades of Deluge #8263B2
Tints of Deluge #8263B2
RGB
CMYK
RGB Variations
Color information
#8263B2 (or 0x8263B2) is known color: Deluge. HEX triplet: 82, 63 and B2. RGB value is (130,99,178). Sum of RGB (Red+Green+Blue) = 130+99+178=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 178 - color contains mainly: blue. Hex color #8263B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8263B2 is #7D9C4D. Grayscale: #747474. Windows color (decimal): -8232014 or 11690882. OLE color: 11690882.
HSL color Cylindrical-coordinate representation of color #8263B2: hue angle of 263.54º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8263B2 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 99 | 178 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.30 |
| HSL | 263.54º | 0.34% | 0.54% | - |
| HSV(B) | 263.54º | 0.44% | 0.7% | - |
| XYZ | 21.7 | 16.88 | 44.23 | - |
| YUV | 117.28 | 162.27 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 178 | 0.27 | 0.44 | 0 | 0.30 | 263.54 | 0.34 | 0.54 |
| Hex | 82 | 63 | B2 | 1B | 2C | 0 | 1E | 108 | 22 | 36 |
| Octal | 202 | 143 | 262 | 33 | 54 | 0 | 36 | 410 | 42 | 66 |
| Binary | 10000010 | 1100011 | 10110010 | 11011 | 101100 | 0 | 11110 | 100001000 | 100010 | 110110 |
Color Harmonies of #8263B2
Complementary color
Monochromatic Colors of #8263B2
Black with #8263B2
Text Example
Text Example
White with #8263B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8263B2; }
p { color: rgb(130,99,178); }
H1.HeaderClassName
{
color: #8263B2;
}
.AnyTagClassName
{
color: #8263B2;
}
</style>
background-color css
<style>
a { background-color: #8263B2; }
a { background-color: rgb(130,99,178); }
div.DivClassName
{
background-color: #8263B2;
}
.BgClassName
{
background-color: #8263B2;
}
</style>
border-color css
<style>
span { border-color: #8263B2; }
span { border-color: rgb(130,99,178); }
td.TdClassName
{
border-color: #8263B2;
}
.TagClassName
{
border-color: #8263B2;
}
</style>