Shades of Deluge #8263AA
Tints of Deluge #8263AA
RGB
CMYK
RGB Variations
Color information
#8263AA (or 0x8263AA) is known color: Deluge. HEX triplet: 82, 63 and AA. RGB value is (130,99,170). Sum of RGB (Red+Green+Blue) = 130+99+170=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #8263AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8263AA is #7D9C55. Grayscale: #747474. Windows color (decimal): -8232022 or 11166594. OLE color: 11166594.
HSL color Cylindrical-coordinate representation of color #8263AA: hue angle of 266.2º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8263AA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 99 | 170 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.33 |
| HSL | 266.2º | 0.29% | 0.53% | - |
| HSV(B) | 266.2º | 0.42% | 0.67% | - |
| XYZ | 20.92 | 16.57 | 40.13 | - |
| YUV | 116.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 170 | 0.24 | 0.42 | 0 | 0.33 | 266.2 | 0.29 | 0.53 |
| Hex | 82 | 63 | AA | 18 | 2A | 0 | 21 | 10A | 1D | 35 |
| Octal | 202 | 143 | 252 | 30 | 52 | 0 | 41 | 412 | 35 | 65 |
| Binary | 10000010 | 1100011 | 10101010 | 11000 | 101010 | 0 | 100001 | 100001010 | 11101 | 110101 |
Color Harmonies of #8263AA
Complementary color
Monochromatic Colors of #8263AA
Black with #8263AA
Text Example
Text Example
White with #8263AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8263AA; }
p { color: rgb(130,99,170); }
H1.HeaderClassName
{
color: #8263AA;
}
.AnyTagClassName
{
color: #8263AA;
}
</style>
background-color css
<style>
a { background-color: #8263AA; }
a { background-color: rgb(130,99,170); }
div.DivClassName
{
background-color: #8263AA;
}
.BgClassName
{
background-color: #8263AA;
}
</style>
border-color css
<style>
span { border-color: #8263AA; }
span { border-color: rgb(130,99,170); }
td.TdClassName
{
border-color: #8263AA;
}
.TagClassName
{
border-color: #8263AA;
}
</style>