Shades of Deluge #8465AF
Tints of Deluge #8465AF
RGB
CMYK
RGB Variations
Color information
#8465AF (or 0x8465AF) is known color: Deluge. HEX triplet: 84, 65 and AF. RGB value is (132,101,175). Sum of RGB (Red+Green+Blue) = 132+101+175=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 101 (39.84% from 255 or 24.75% 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 #8465AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8465AF is #7B9A50. Grayscale: #767676. Windows color (decimal): -8100433 or 11494788. OLE color: 11494788.
HSL color Cylindrical-coordinate representation of color #8465AF: hue angle of 265.14º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8465AF is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 101 | 175 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.31 |
| HSL | 265.14º | 0.32% | 0.54% | - |
| HSV(B) | 265.14º | 0.42% | 0.69% | - |
| XYZ | 21.91 | 17.31 | 42.74 | - |
| YUV | 118.71 | 159.77 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 175 | 0.25 | 0.42 | 0 | 0.31 | 265.14 | 0.32 | 0.54 |
| Hex | 84 | 65 | AF | 19 | 2A | 0 | 1F | 109 | 20 | 36 |
| Octal | 204 | 145 | 257 | 31 | 52 | 0 | 37 | 411 | 40 | 66 |
| Binary | 10000100 | 1100101 | 10101111 | 11001 | 101010 | 0 | 11111 | 100001001 | 100000 | 110110 |
Color Harmonies of #8465AF
Complementary color
Monochromatic Colors of #8465AF
Black with #8465AF
Text Example
Text Example
White with #8465AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8465AF; }
p { color: rgb(132,101,175); }
H1.HeaderClassName
{
color: #8465AF;
}
.AnyTagClassName
{
color: #8465AF;
}
</style>
background-color css
<style>
a { background-color: #8465AF; }
a { background-color: rgb(132,101,175); }
div.DivClassName
{
background-color: #8465AF;
}
.BgClassName
{
background-color: #8465AF;
}
</style>
border-color css
<style>
span { border-color: #8465AF; }
span { border-color: rgb(132,101,175); }
td.TdClassName
{
border-color: #8465AF;
}
.TagClassName
{
border-color: #8465AF;
}
</style>