Shades of Deluge #8365AF
Tints of Deluge #8365AF
RGB
CMYK
RGB Variations
Color information
#8365AF (or 0x8365AF) is known color: Deluge. HEX triplet: 83, 65 and AF. RGB value is (131,101,175). Sum of RGB (Red+Green+Blue) = 131+101+175=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 101 (39.84% from 255 or 24.82% 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 #8365AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8365AF is #7C9A50. Grayscale: #767676. Windows color (decimal): -8165969 or 11494787. OLE color: 11494787.
HSL color Cylindrical-coordinate representation of color #8365AF: hue angle of 264.32º 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 #8365AF is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 101 | 175 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.31 |
| HSL | 264.32º | 0.32% | 0.54% | - |
| HSV(B) | 264.32º | 0.42% | 0.69% | - |
| XYZ | 21.75 | 17.23 | 42.74 | - |
| YUV | 118.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 175 | 0.25 | 0.42 | 0 | 0.31 | 264.32 | 0.32 | 0.54 |
| Hex | 83 | 65 | AF | 19 | 2A | 0 | 1F | 108 | 20 | 36 |
| Octal | 203 | 145 | 257 | 31 | 52 | 0 | 37 | 410 | 40 | 66 |
| Binary | 10000011 | 1100101 | 10101111 | 11001 | 101010 | 0 | 11111 | 100001000 | 100000 | 110110 |
Color Harmonies of #8365AF
Complementary color
Monochromatic Colors of #8365AF
Black with #8365AF
Text Example
Text Example
White with #8365AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365AF; }
p { color: rgb(131,101,175); }
H1.HeaderClassName
{
color: #8365AF;
}
.AnyTagClassName
{
color: #8365AF;
}
</style>
background-color css
<style>
a { background-color: #8365AF; }
a { background-color: rgb(131,101,175); }
div.DivClassName
{
background-color: #8365AF;
}
.BgClassName
{
background-color: #8365AF;
}
</style>
border-color css
<style>
span { border-color: #8365AF; }
span { border-color: rgb(131,101,175); }
td.TdClassName
{
border-color: #8365AF;
}
.TagClassName
{
border-color: #8365AF;
}
</style>