Shades of Deluge #8B72AB
Tints of Deluge #8B72AB
RGB
CMYK
RGB Variations
Color information
#8B72AB (or 0x8B72AB) is known color: Deluge. HEX triplet: 8B, 72 and AB. RGB value is (139,114,171). Sum of RGB (Red+Green+Blue) = 139+114+171=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B72AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B72AB is #748D54. Grayscale: #7F7F7F. Windows color (decimal): -7638357 or 11235979. OLE color: 11235979.
HSL color Cylindrical-coordinate representation of color #8B72AB: hue angle of 266.32º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B72AB is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 114 | 171 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.33 |
| HSL | 266.32º | 0.25% | 0.56% | - |
| HSV(B) | 266.32º | 0.33% | 0.67% | - |
| XYZ | 24.02 | 20.46 | 41.21 | - |
| YUV | 127.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 171 | 0.19 | 0.33 | 0 | 0.33 | 266.32 | 0.25 | 0.56 |
| Hex | 8B | 72 | AB | 13 | 21 | 0 | 21 | 10A | 19 | 38 |
| Octal | 213 | 162 | 253 | 23 | 41 | 0 | 41 | 412 | 31 | 70 |
| Binary | 10001011 | 1110010 | 10101011 | 10011 | 100001 | 0 | 100001 | 100001010 | 11001 | 111000 |
Color Harmonies of #8B72AB
Complementary color
Monochromatic Colors of #8B72AB
Black with #8B72AB
Text Example
Text Example
White with #8B72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B72AB; }
p { color: rgb(139,114,171); }
H1.HeaderClassName
{
color: #8B72AB;
}
.AnyTagClassName
{
color: #8B72AB;
}
</style>
background-color css
<style>
a { background-color: #8B72AB; }
a { background-color: rgb(139,114,171); }
div.DivClassName
{
background-color: #8B72AB;
}
.BgClassName
{
background-color: #8B72AB;
}
</style>
border-color css
<style>
span { border-color: #8B72AB; }
span { border-color: rgb(139,114,171); }
td.TdClassName
{
border-color: #8B72AB;
}
.TagClassName
{
border-color: #8B72AB;
}
</style>