Shades of Deluge #8262B5
Tints of Deluge #8262B5
RGB
CMYK
RGB Variations
Color information
#8262B5 (or 0x8262B5) is known color: Deluge. HEX triplet: 82, 62 and B5. RGB value is (130,98,181). Sum of RGB (Red+Green+Blue) = 130+98+181=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #8262B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262B5 is #7D9D4A. Grayscale: #747474. Windows color (decimal): -8232267 or 11887234. OLE color: 11887234.
HSL color Cylindrical-coordinate representation of color #8262B5: hue angle of 263.13º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8262B5 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 98 | 181 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.29 |
| HSL | 263.13º | 0.36% | 0.55% | - |
| HSV(B) | 263.13º | 0.46% | 0.71% | - |
| XYZ | 21.91 | 16.82 | 45.81 | - |
| YUV | 117.03 | 164.1 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 181 | 0.28 | 0.46 | 0 | 0.29 | 263.13 | 0.36 | 0.55 |
| Hex | 82 | 62 | B5 | 1C | 2E | 0 | 1D | 107 | 24 | 37 |
| Octal | 202 | 142 | 265 | 34 | 56 | 0 | 35 | 407 | 44 | 67 |
| Binary | 10000010 | 1100010 | 10110101 | 11100 | 101110 | 0 | 11101 | 100000111 | 100100 | 110111 |
Color Harmonies of #8262B5
Complementary color
Monochromatic Colors of #8262B5
Black with #8262B5
Text Example
Text Example
White with #8262B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262B5; }
p { color: rgb(130,98,181); }
H1.HeaderClassName
{
color: #8262B5;
}
.AnyTagClassName
{
color: #8262B5;
}
</style>
background-color css
<style>
a { background-color: #8262B5; }
a { background-color: rgb(130,98,181); }
div.DivClassName
{
background-color: #8262B5;
}
.BgClassName
{
background-color: #8262B5;
}
</style>
border-color css
<style>
span { border-color: #8262B5; }
span { border-color: rgb(130,98,181); }
td.TdClassName
{
border-color: #8262B5;
}
.TagClassName
{
border-color: #8262B5;
}
</style>