Shades of Deep Lilac #9B4AC6
Tints of Deep Lilac #9B4AC6
RGB
CMYK
RGB Variations
Color information
#9B4AC6 (or 0x9B4AC6) is known color: Deep Lilac. HEX triplet: 9B, 4A and C6. RGB value is (155,74,198). Sum of RGB (Red+Green+Blue) = 155+74+198=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #9B4AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4AC6 is #64B539. Grayscale: #6F6F6F. Windows color (decimal): -6599994 or 12995227. OLE color: 12995227.
HSL color Cylindrical-coordinate representation of color #9B4AC6: hue angle of 279.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B4AC6 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 74 | 198 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.22 |
| HSL | 279.19º | 0.52% | 0.53% | - |
| HSV(B) | 279.19º | 0.63% | 0.78% | - |
| XYZ | 26.16 | 15.94 | 55.12 | - |
| YUV | 112.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 198 | 0.22 | 0.63 | 0 | 0.22 | 279.19 | 0.52 | 0.53 |
| Hex | 9B | 4A | C6 | 16 | 3F | 0 | 16 | 117 | 34 | 35 |
| Octal | 233 | 112 | 306 | 26 | 77 | 0 | 26 | 427 | 64 | 65 |
| Binary | 10011011 | 1001010 | 11000110 | 10110 | 111111 | 0 | 10110 | 100010111 | 110100 | 110101 |
Color Harmonies of #9B4AC6
Complementary color
Monochromatic Colors of #9B4AC6
Black with #9B4AC6
Text Example
Text Example
White with #9B4AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4AC6; }
p { color: rgb(155,74,198); }
H1.HeaderClassName
{
color: #9B4AC6;
}
.AnyTagClassName
{
color: #9B4AC6;
}
</style>
background-color css
<style>
a { background-color: #9B4AC6; }
a { background-color: rgb(155,74,198); }
div.DivClassName
{
background-color: #9B4AC6;
}
.BgClassName
{
background-color: #9B4AC6;
}
</style>
border-color css
<style>
span { border-color: #9B4AC6; }
span { border-color: rgb(155,74,198); }
td.TdClassName
{
border-color: #9B4AC6;
}
.TagClassName
{
border-color: #9B4AC6;
}
</style>