Shades of Deep Lilac #8B4FB4
Tints of Deep Lilac #8B4FB4
RGB
CMYK
RGB Variations
Color information
#8B4FB4 (or 0x8B4FB4) is known color: Deep Lilac. HEX triplet: 8B, 4F and B4. RGB value is (139,79,180). Sum of RGB (Red+Green+Blue) = 139+79+180=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B4FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4FB4 is #74B04B. Grayscale: #6C6C6C. Windows color (decimal): -7647308 or 11816843. OLE color: 11816843.
HSL color Cylindrical-coordinate representation of color #8B4FB4: hue angle of 275.64º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B4FB4 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 79 | 180 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.29 |
| HSL | 275.64º | 0.4% | 0.51% | - |
| HSV(B) | 275.64º | 0.56% | 0.71% | - |
| XYZ | 21.68 | 14.38 | 44.81 | - |
| YUV | 108.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 79 | 180 | 0.23 | 0.56 | 0 | 0.29 | 275.64 | 0.4 | 0.51 |
| Hex | 8B | 4F | B4 | 17 | 38 | 0 | 1D | 114 | 28 | 33 |
| Octal | 213 | 117 | 264 | 27 | 70 | 0 | 35 | 424 | 50 | 63 |
| Binary | 10001011 | 1001111 | 10110100 | 10111 | 111000 | 0 | 11101 | 100010100 | 101000 | 110011 |
Color Harmonies of #8B4FB4
Complementary color
Monochromatic Colors of #8B4FB4
Black with #8B4FB4
Text Example
Text Example
White with #8B4FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4FB4; }
p { color: rgb(139,79,180); }
H1.HeaderClassName
{
color: #8B4FB4;
}
.AnyTagClassName
{
color: #8B4FB4;
}
</style>
background-color css
<style>
a { background-color: #8B4FB4; }
a { background-color: rgb(139,79,180); }
div.DivClassName
{
background-color: #8B4FB4;
}
.BgClassName
{
background-color: #8B4FB4;
}
</style>
border-color css
<style>
span { border-color: #8B4FB4; }
span { border-color: rgb(139,79,180); }
td.TdClassName
{
border-color: #8B4FB4;
}
.TagClassName
{
border-color: #8B4FB4;
}
</style>