Shades of Deluge #8C75AB
Tints of Deluge #8C75AB
RGB
CMYK
RGB Variations
Color information
#8C75AB (or 0x8C75AB) is known color: Deluge. HEX triplet: 8C, 75 and AB. RGB value is (140,117,171). Sum of RGB (Red+Green+Blue) = 140+117+171=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C75AB is #738A54. Grayscale: #818181. Windows color (decimal): -7572053 or 11236748. OLE color: 11236748.
HSL color Cylindrical-coordinate representation of color #8C75AB: hue angle of 265.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C75AB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 117 | 171 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.33 |
| HSL | 265.56º | 0.24% | 0.56% | - |
| HSV(B) | 265.56º | 0.32% | 0.67% | - |
| XYZ | 24.53 | 21.24 | 41.33 | - |
| YUV | 130.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 171 | 0.18 | 0.32 | 0 | 0.33 | 265.56 | 0.24 | 0.56 |
| Hex | 8C | 75 | AB | 12 | 20 | 0 | 21 | 10A | 18 | 38 |
| Octal | 214 | 165 | 253 | 22 | 40 | 0 | 41 | 412 | 30 | 70 |
| Binary | 10001100 | 1110101 | 10101011 | 10010 | 100000 | 0 | 100001 | 100001010 | 11000 | 111000 |
Color Harmonies of #8C75AB
Complementary color
Monochromatic Colors of #8C75AB
Black with #8C75AB
Text Example
Text Example
White with #8C75AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C75AB; }
p { color: rgb(140,117,171); }
H1.HeaderClassName
{
color: #8C75AB;
}
.AnyTagClassName
{
color: #8C75AB;
}
</style>
background-color css
<style>
a { background-color: #8C75AB; }
a { background-color: rgb(140,117,171); }
div.DivClassName
{
background-color: #8C75AB;
}
.BgClassName
{
background-color: #8C75AB;
}
</style>
border-color css
<style>
span { border-color: #8C75AB; }
span { border-color: rgb(140,117,171); }
td.TdClassName
{
border-color: #8C75AB;
}
.TagClassName
{
border-color: #8C75AB;
}
</style>