Shades of Deluge #8B76AB
Tints of Deluge #8B76AB
RGB
CMYK
RGB Variations
Color information
#8B76AB (or 0x8B76AB) is known color: Deluge. HEX triplet: 8B, 76 and AB. RGB value is (139,118,171). Sum of RGB (Red+Green+Blue) = 139+118+171=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 118 (46.48% from 255 or 27.57% 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 #8B76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B76AB is #748954. Grayscale: #828282. Windows color (decimal): -7637333 or 11237003. OLE color: 11237003.
HSL color Cylindrical-coordinate representation of color #8B76AB: hue angle of 263.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B76AB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 118 | 171 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.33 |
| HSL | 263.77º | 0.24% | 0.57% | - |
| HSV(B) | 263.77º | 0.31% | 0.67% | - |
| XYZ | 24.48 | 21.39 | 41.37 | - |
| YUV | 130.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 171 | 0.19 | 0.31 | 0 | 0.33 | 263.77 | 0.24 | 0.57 |
| Hex | 8B | 76 | AB | 13 | 1F | 0 | 21 | 108 | 18 | 39 |
| Octal | 213 | 166 | 253 | 23 | 37 | 0 | 41 | 410 | 30 | 71 |
| Binary | 10001011 | 1110110 | 10101011 | 10011 | 11111 | 0 | 100001 | 100001000 | 11000 | 111001 |
Color Harmonies of #8B76AB
Complementary color
Monochromatic Colors of #8B76AB
Black with #8B76AB
Text Example
Text Example
White with #8B76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B76AB; }
p { color: rgb(139,118,171); }
H1.HeaderClassName
{
color: #8B76AB;
}
.AnyTagClassName
{
color: #8B76AB;
}
</style>
background-color css
<style>
a { background-color: #8B76AB; }
a { background-color: rgb(139,118,171); }
div.DivClassName
{
background-color: #8B76AB;
}
.BgClassName
{
background-color: #8B76AB;
}
</style>
border-color css
<style>
span { border-color: #8B76AB; }
span { border-color: rgb(139,118,171); }
td.TdClassName
{
border-color: #8B76AB;
}
.TagClassName
{
border-color: #8B76AB;
}
</style>