Shades of Deluge #8662AF
Tints of Deluge #8662AF
RGB
CMYK
RGB Variations
Color information
#8662AF (or 0x8662AF) is known color: Deluge. HEX triplet: 86, 62 and AF. RGB value is (134,98,175). Sum of RGB (Red+Green+Blue) = 134+98+175=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #8662AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8662AF is #799D50. Grayscale: #757575. Windows color (decimal): -7970129 or 11494022. OLE color: 11494022.
HSL color Cylindrical-coordinate representation of color #8662AF: hue angle of 268.05º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8662AF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 98 | 175 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.31 |
| HSL | 268.05º | 0.32% | 0.54% | - |
| HSV(B) | 268.05º | 0.44% | 0.69% | - |
| XYZ | 21.94 | 16.9 | 42.66 | - |
| YUV | 117.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 175 | 0.23 | 0.44 | 0 | 0.31 | 268.05 | 0.32 | 0.54 |
| Hex | 86 | 62 | AF | 17 | 2C | 0 | 1F | 10C | 20 | 36 |
| Octal | 206 | 142 | 257 | 27 | 54 | 0 | 37 | 414 | 40 | 66 |
| Binary | 10000110 | 1100010 | 10101111 | 10111 | 101100 | 0 | 11111 | 100001100 | 100000 | 110110 |
Color Harmonies of #8662AF
Complementary color
Monochromatic Colors of #8662AF
Black with #8662AF
Text Example
Text Example
White with #8662AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662AF; }
p { color: rgb(134,98,175); }
H1.HeaderClassName
{
color: #8662AF;
}
.AnyTagClassName
{
color: #8662AF;
}
</style>
background-color css
<style>
a { background-color: #8662AF; }
a { background-color: rgb(134,98,175); }
div.DivClassName
{
background-color: #8662AF;
}
.BgClassName
{
background-color: #8662AF;
}
</style>
border-color css
<style>
span { border-color: #8662AF; }
span { border-color: rgb(134,98,175); }
td.TdClassName
{
border-color: #8662AF;
}
.TagClassName
{
border-color: #8662AF;
}
</style>