Shades of Deluge #8376AF
Tints of Deluge #8376AF
RGB
CMYK
RGB Variations
Color information
#8376AF (or 0x8376AF) is known color: Deluge. HEX triplet: 83, 76 and AF. RGB value is (131,118,175). Sum of RGB (Red+Green+Blue) = 131+118+175=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #8376AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8376AF is #7C8950. Grayscale: #808080. Windows color (decimal): -8161617 or 11499139. OLE color: 11499139.
HSL color Cylindrical-coordinate representation of color #8376AF: hue angle of 253.68º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8376AF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 118 | 175 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.31 |
| HSL | 253.68º | 0.26% | 0.57% | - |
| HSV(B) | 253.68º | 0.33% | 0.69% | - |
| XYZ | 23.58 | 20.88 | 43.34 | - |
| YUV | 128.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 175 | 0.25 | 0.33 | 0 | 0.31 | 253.68 | 0.26 | 0.57 |
| Hex | 83 | 76 | AF | 19 | 21 | 0 | 1F | FE | 1A | 39 |
| Octal | 203 | 166 | 257 | 31 | 41 | 0 | 37 | 376 | 32 | 71 |
| Binary | 10000011 | 1110110 | 10101111 | 11001 | 100001 | 0 | 11111 | 11111110 | 11010 | 111001 |
Color Harmonies of #8376AF
Complementary color
Monochromatic Colors of #8376AF
Black with #8376AF
Text Example
Text Example
White with #8376AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376AF; }
p { color: rgb(131,118,175); }
H1.HeaderClassName
{
color: #8376AF;
}
.AnyTagClassName
{
color: #8376AF;
}
</style>
background-color css
<style>
a { background-color: #8376AF; }
a { background-color: rgb(131,118,175); }
div.DivClassName
{
background-color: #8376AF;
}
.BgClassName
{
background-color: #8376AF;
}
</style>
border-color css
<style>
span { border-color: #8376AF; }
span { border-color: rgb(131,118,175); }
td.TdClassName
{
border-color: #8376AF;
}
.TagClassName
{
border-color: #8376AF;
}
</style>