Shades of Deluge #8367AF
Tints of Deluge #8367AF
RGB
CMYK
RGB Variations
Color information
#8367AF (or 0x8367AF) is known color: Deluge. HEX triplet: 83, 67 and AF. RGB value is (131,103,175). Sum of RGB (Red+Green+Blue) = 131+103+175=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #8367AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8367AF is #7C9850. Grayscale: #777777. Windows color (decimal): -8165457 or 11495299. OLE color: 11495299.
HSL color Cylindrical-coordinate representation of color #8367AF: hue angle of 263.33º 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 #8367AF is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 103 | 175 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.31 |
| HSL | 263.33º | 0.31% | 0.55% | - |
| HSV(B) | 263.33º | 0.41% | 0.69% | - |
| XYZ | 21.95 | 17.62 | 42.8 | - |
| YUV | 119.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 175 | 0.25 | 0.41 | 0 | 0.31 | 263.33 | 0.31 | 0.55 |
| Hex | 83 | 67 | AF | 19 | 29 | 0 | 1F | 107 | 1F | 37 |
| Octal | 203 | 147 | 257 | 31 | 51 | 0 | 37 | 407 | 37 | 67 |
| Binary | 10000011 | 1100111 | 10101111 | 11001 | 101001 | 0 | 11111 | 100000111 | 11111 | 110111 |
Color Harmonies of #8367AF
Complementary color
Monochromatic Colors of #8367AF
Black with #8367AF
Text Example
Text Example
White with #8367AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8367AF; }
p { color: rgb(131,103,175); }
H1.HeaderClassName
{
color: #8367AF;
}
.AnyTagClassName
{
color: #8367AF;
}
</style>
background-color css
<style>
a { background-color: #8367AF; }
a { background-color: rgb(131,103,175); }
div.DivClassName
{
background-color: #8367AF;
}
.BgClassName
{
background-color: #8367AF;
}
</style>
border-color css
<style>
span { border-color: #8367AF; }
span { border-color: rgb(131,103,175); }
td.TdClassName
{
border-color: #8367AF;
}
.TagClassName
{
border-color: #8367AF;
}
</style>