Shades of Deluge #8B7BAD
Tints of Deluge #8B7BAD
RGB
CMYK
RGB Variations
Color information
#8B7BAD (or 0x8B7BAD) is known color: Deluge. HEX triplet: 8B, 7B and AD. RGB value is (139,123,173). Sum of RGB (Red+Green+Blue) = 139+123+173=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7BAD is #748452. Grayscale: #858585. Windows color (decimal): -7636051 or 11369355. OLE color: 11369355.
HSL color Cylindrical-coordinate representation of color #8B7BAD: hue angle of 259.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B7BAD is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 123 | 173 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.32 |
| HSL | 259.2º | 0.23% | 0.58% | - |
| HSV(B) | 259.2º | 0.29% | 0.68% | - |
| XYZ | 25.27 | 22.67 | 42.58 | - |
| YUV | 133.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 173 | 0.20 | 0.29 | 0 | 0.32 | 259.2 | 0.23 | 0.58 |
| Hex | 8B | 7B | AD | 14 | 1D | 0 | 20 | 103 | 17 | 3A |
| Octal | 213 | 173 | 255 | 24 | 35 | 0 | 40 | 403 | 27 | 72 |
| Binary | 10001011 | 1111011 | 10101101 | 10100 | 11101 | 0 | 100000 | 100000011 | 10111 | 111010 |
Color Harmonies of #8B7BAD
Complementary color
Monochromatic Colors of #8B7BAD
Black with #8B7BAD
Text Example
Text Example
White with #8B7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7BAD; }
p { color: rgb(139,123,173); }
H1.HeaderClassName
{
color: #8B7BAD;
}
.AnyTagClassName
{
color: #8B7BAD;
}
</style>
background-color css
<style>
a { background-color: #8B7BAD; }
a { background-color: rgb(139,123,173); }
div.DivClassName
{
background-color: #8B7BAD;
}
.BgClassName
{
background-color: #8B7BAD;
}
</style>
border-color css
<style>
span { border-color: #8B7BAD; }
span { border-color: rgb(139,123,173); }
td.TdClassName
{
border-color: #8B7BAD;
}
.TagClassName
{
border-color: #8B7BAD;
}
</style>