Shades of Deep Lilac #9A4FB1
Tints of Deep Lilac #9A4FB1
RGB
CMYK
RGB Variations
Color information
#9A4FB1 (or 0x9A4FB1) is known color: Deep Lilac. HEX triplet: 9A, 4F and B1. RGB value is (154,79,177). Sum of RGB (Red+Green+Blue) = 154+79+177=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #9A4FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4FB1 is #65B04E. Grayscale: #707070. Windows color (decimal): -6664271 or 11620250. OLE color: 11620250.
HSL color Cylindrical-coordinate representation of color #9A4FB1: hue angle of 285.92º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4FB1 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 79 | 177 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.31 |
| HSL | 285.92º | 0.39% | 0.5% | - |
| HSV(B) | 285.92º | 0.55% | 0.69% | - |
| XYZ | 24.06 | 15.64 | 43.35 | - |
| YUV | 112.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 79 | 177 | 0.13 | 0.55 | 0 | 0.31 | 285.92 | 0.39 | 0.5 |
| Hex | 9A | 4F | B1 | D | 37 | 0 | 1F | 11E | 27 | 32 |
| Octal | 232 | 117 | 261 | 15 | 67 | 0 | 37 | 436 | 47 | 62 |
| Binary | 10011010 | 1001111 | 10110001 | 1101 | 110111 | 0 | 11111 | 100011110 | 100111 | 110010 |
Color Harmonies of #9A4FB1
Complementary color
Monochromatic Colors of #9A4FB1
Black with #9A4FB1
Text Example
Text Example
White with #9A4FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4FB1; }
p { color: rgb(154,79,177); }
H1.HeaderClassName
{
color: #9A4FB1;
}
.AnyTagClassName
{
color: #9A4FB1;
}
</style>
background-color css
<style>
a { background-color: #9A4FB1; }
a { background-color: rgb(154,79,177); }
div.DivClassName
{
background-color: #9A4FB1;
}
.BgClassName
{
background-color: #9A4FB1;
}
</style>
border-color css
<style>
span { border-color: #9A4FB1; }
span { border-color: rgb(154,79,177); }
td.TdClassName
{
border-color: #9A4FB1;
}
.TagClassName
{
border-color: #9A4FB1;
}
</style>