Shades of Deluge #8163AF
Tints of Deluge #8163AF
RGB
CMYK
RGB Variations
Color information
#8163AF (or 0x8163AF) is known color: Deluge. HEX triplet: 81, 63 and AF. RGB value is (129,99,175). Sum of RGB (Red+Green+Blue) = 129+99+175=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #8163AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8163AF is #7E9C50. Grayscale: #747474. Windows color (decimal): -8297553 or 11494273. OLE color: 11494273.
HSL color Cylindrical-coordinate representation of color #8163AF: hue angle of 263.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8163AF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 99 | 175 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.31 |
| HSL | 263.68º | 0.32% | 0.54% | - |
| HSV(B) | 263.68º | 0.43% | 0.69% | - |
| XYZ | 21.25 | 16.69 | 42.66 | - |
| YUV | 116.63 | 160.94 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 175 | 0.26 | 0.43 | 0 | 0.31 | 263.68 | 0.32 | 0.54 |
| Hex | 81 | 63 | AF | 1A | 2B | 0 | 1F | 108 | 20 | 36 |
| Octal | 201 | 143 | 257 | 32 | 53 | 0 | 37 | 410 | 40 | 66 |
| Binary | 10000001 | 1100011 | 10101111 | 11010 | 101011 | 0 | 11111 | 100001000 | 100000 | 110110 |
Color Harmonies of #8163AF
Complementary color
Monochromatic Colors of #8163AF
Black with #8163AF
Text Example
Text Example
White with #8163AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8163AF; }
p { color: rgb(129,99,175); }
H1.HeaderClassName
{
color: #8163AF;
}
.AnyTagClassName
{
color: #8163AF;
}
</style>
background-color css
<style>
a { background-color: #8163AF; }
a { background-color: rgb(129,99,175); }
div.DivClassName
{
background-color: #8163AF;
}
.BgClassName
{
background-color: #8163AF;
}
</style>
border-color css
<style>
span { border-color: #8163AF; }
span { border-color: rgb(129,99,175); }
td.TdClassName
{
border-color: #8163AF;
}
.TagClassName
{
border-color: #8163AF;
}
</style>