Shades of Deep Lilac #9B4BAA
Tints of Deep Lilac #9B4BAA
RGB
CMYK
RGB Variations
Color information
#9B4BAA (or 0x9B4BAA) is known color: Deep Lilac. HEX triplet: 9B, 4B and AA. RGB value is (155,75,170). Sum of RGB (Red+Green+Blue) = 155+75+170=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4BAA is #64B455. Grayscale: #6D6D6D. Windows color (decimal): -6599766 or 11160475. OLE color: 11160475.
HSL color Cylindrical-coordinate representation of color #9B4BAA: hue angle of 290.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4BAA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 75 | 170 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.33 |
| HSL | 290.53º | 0.39% | 0.48% | - |
| HSV(B) | 290.53º | 0.56% | 0.67% | - |
| XYZ | 23.29 | 14.9 | 39.68 | - |
| YUV | 109.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 170 | 0.09 | 0.56 | 0 | 0.33 | 290.53 | 0.39 | 0.48 |
| Hex | 9B | 4B | AA | 9 | 38 | 0 | 21 | 123 | 27 | 30 |
| Octal | 233 | 113 | 252 | 11 | 70 | 0 | 41 | 443 | 47 | 60 |
| Binary | 10011011 | 1001011 | 10101010 | 1001 | 111000 | 0 | 100001 | 100100011 | 100111 | 110000 |
Color Harmonies of #9B4BAA
Complementary color
Monochromatic Colors of #9B4BAA
Black with #9B4BAA
Text Example
Text Example
White with #9B4BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4BAA; }
p { color: rgb(155,75,170); }
H1.HeaderClassName
{
color: #9B4BAA;
}
.AnyTagClassName
{
color: #9B4BAA;
}
</style>
background-color css
<style>
a { background-color: #9B4BAA; }
a { background-color: rgb(155,75,170); }
div.DivClassName
{
background-color: #9B4BAA;
}
.BgClassName
{
background-color: #9B4BAA;
}
</style>
border-color css
<style>
span { border-color: #9B4BAA; }
span { border-color: rgb(155,75,170); }
td.TdClassName
{
border-color: #9B4BAA;
}
.TagClassName
{
border-color: #9B4BAA;
}
</style>