Shades of Deluge #8C7DAF
Tints of Deluge #8C7DAF
RGB
CMYK
RGB Variations
Color information
#8C7DAF (or 0x8C7DAF) is known color: Deluge. HEX triplet: 8C, 7D and AF. RGB value is (140,125,175). Sum of RGB (Red+Green+Blue) = 140+125+175=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7DAF is #738250. Grayscale: #878787. Windows color (decimal): -7570001 or 11500940. OLE color: 11500940.
HSL color Cylindrical-coordinate representation of color #8C7DAF: hue angle of 258º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C7DAF is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 125 | 175 | - |
| CMYK | 0.2 | 0.29 | 0 | 0.31 |
| HSL | 258º | 0.24% | 0.59% | - |
| HSV(B) | 258º | 0.29% | 0.69% | - |
| XYZ | 25.89 | 23.34 | 43.7 | - |
| YUV | 135.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 175 | 0.2 | 0.29 | 0 | 0.31 | 258 | 0.24 | 0.59 |
| Hex | 8C | 7D | AF | 14 | 1D | 0 | 1F | 102 | 18 | 3B |
| Octal | 214 | 175 | 257 | 24 | 35 | 0 | 37 | 402 | 30 | 73 |
| Binary | 10001100 | 1111101 | 10101111 | 10100 | 11101 | 0 | 11111 | 100000010 | 11000 | 111011 |
Color Harmonies of #8C7DAF
Complementary color
Monochromatic Colors of #8C7DAF
Black with #8C7DAF
Text Example
Text Example
White with #8C7DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DAF; }
p { color: rgb(140,125,175); }
H1.HeaderClassName
{
color: #8C7DAF;
}
.AnyTagClassName
{
color: #8C7DAF;
}
</style>
background-color css
<style>
a { background-color: #8C7DAF; }
a { background-color: rgb(140,125,175); }
div.DivClassName
{
background-color: #8C7DAF;
}
.BgClassName
{
background-color: #8C7DAF;
}
</style>
border-color css
<style>
span { border-color: #8C7DAF; }
span { border-color: rgb(140,125,175); }
td.TdClassName
{
border-color: #8C7DAF;
}
.TagClassName
{
border-color: #8C7DAF;
}
</style>