Shades of Deluge #8168AF
Tints of Deluge #8168AF
RGB
CMYK
RGB Variations
Color information
#8168AF (or 0x8168AF) is known color: Deluge. HEX triplet: 81, 68 and AF. RGB value is (129,104,175). Sum of RGB (Red+Green+Blue) = 129+104+175=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #8168AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8168AF is #7E9750. Grayscale: #777777. Windows color (decimal): -8296273 or 11495553. OLE color: 11495553.
HSL color Cylindrical-coordinate representation of color #8168AF: hue angle of 261.13º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8168AF is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 104 | 175 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.31 |
| HSL | 261.13º | 0.31% | 0.55% | - |
| HSV(B) | 261.13º | 0.41% | 0.69% | - |
| XYZ | 21.74 | 17.66 | 42.82 | - |
| YUV | 119.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 175 | 0.26 | 0.41 | 0 | 0.31 | 261.13 | 0.31 | 0.55 |
| Hex | 81 | 68 | AF | 1A | 29 | 0 | 1F | 105 | 1F | 37 |
| Octal | 201 | 150 | 257 | 32 | 51 | 0 | 37 | 405 | 37 | 67 |
| Binary | 10000001 | 1101000 | 10101111 | 11010 | 101001 | 0 | 11111 | 100000101 | 11111 | 110111 |
Color Harmonies of #8168AF
Complementary color
Monochromatic Colors of #8168AF
Black with #8168AF
Text Example
Text Example
White with #8168AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8168AF; }
p { color: rgb(129,104,175); }
H1.HeaderClassName
{
color: #8168AF;
}
.AnyTagClassName
{
color: #8168AF;
}
</style>
background-color css
<style>
a { background-color: #8168AF; }
a { background-color: rgb(129,104,175); }
div.DivClassName
{
background-color: #8168AF;
}
.BgClassName
{
background-color: #8168AF;
}
</style>
border-color css
<style>
span { border-color: #8168AF; }
span { border-color: rgb(129,104,175); }
td.TdClassName
{
border-color: #8168AF;
}
.TagClassName
{
border-color: #8168AF;
}
</style>