Shades of Deluge #8C7FAF
Tints of Deluge #8C7FAF
RGB
CMYK
RGB Variations
Color information
#8C7FAF (or 0x8C7FAF) is known color: Deluge. HEX triplet: 8C, 7F and AF. RGB value is (140,127,175). Sum of RGB (Red+Green+Blue) = 140+127+175=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7FAF is #738050. Grayscale: #888888. Windows color (decimal): -7569489 or 11501452. OLE color: 11501452.
HSL color Cylindrical-coordinate representation of color #8C7FAF: hue angle of 256.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C7FAF is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 127 | 175 | - |
| CMYK | 0.2 | 0.27 | 0 | 0.31 |
| HSL | 256.25º | 0.23% | 0.59% | - |
| HSV(B) | 256.25º | 0.27% | 0.69% | - |
| XYZ | 26.14 | 23.85 | 43.78 | - |
| YUV | 136.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 175 | 0.2 | 0.27 | 0 | 0.31 | 256.25 | 0.23 | 0.59 |
| Hex | 8C | 7F | AF | 14 | 1B | 0 | 1F | 100 | 17 | 3B |
| Octal | 214 | 177 | 257 | 24 | 33 | 0 | 37 | 400 | 27 | 73 |
| Binary | 10001100 | 1111111 | 10101111 | 10100 | 11011 | 0 | 11111 | 100000000 | 10111 | 111011 |
Color Harmonies of #8C7FAF
Complementary color
Monochromatic Colors of #8C7FAF
Black with #8C7FAF
Text Example
Text Example
White with #8C7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FAF; }
p { color: rgb(140,127,175); }
H1.HeaderClassName
{
color: #8C7FAF;
}
.AnyTagClassName
{
color: #8C7FAF;
}
</style>
background-color css
<style>
a { background-color: #8C7FAF; }
a { background-color: rgb(140,127,175); }
div.DivClassName
{
background-color: #8C7FAF;
}
.BgClassName
{
background-color: #8C7FAF;
}
</style>
border-color css
<style>
span { border-color: #8C7FAF; }
span { border-color: rgb(140,127,175); }
td.TdClassName
{
border-color: #8C7FAF;
}
.TagClassName
{
border-color: #8C7FAF;
}
</style>