Shades of Deep Lilac #9A3FBA
Tints of Deep Lilac #9A3FBA
RGB
CMYK
RGB Variations
Color information
#9A3FBA (or 0x9A3FBA) is known color: Deep Lilac. HEX triplet: 9A, 3F and BA. RGB value is (154,63,186). Sum of RGB (Red+Green+Blue) = 154+63+186=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A3FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3FBA is #65C045. Grayscale: #676767. Windows color (decimal): -6668358 or 12205978. OLE color: 12205978.
HSL color Cylindrical-coordinate representation of color #9A3FBA: hue angle of 284.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3FBA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 63 | 186 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.27 |
| HSL | 284.39º | 0.49% | 0.49% | - |
| HSV(B) | 284.39º | 0.66% | 0.73% | - |
| XYZ | 23.97 | 13.97 | 47.89 | - |
| YUV | 104.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 186 | 0.17 | 0.66 | 0 | 0.27 | 284.39 | 0.49 | 0.49 |
| Hex | 9A | 3F | BA | 11 | 42 | 0 | 1B | 11C | 31 | 31 |
| Octal | 232 | 77 | 272 | 21 | 102 | 0 | 33 | 434 | 61 | 61 |
| Binary | 10011010 | 111111 | 10111010 | 10001 | 1000010 | 0 | 11011 | 100011100 | 110001 | 110001 |
Color Harmonies of #9A3FBA
Complementary color
Monochromatic Colors of #9A3FBA
Black with #9A3FBA
Text Example
Text Example
White with #9A3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3FBA; }
p { color: rgb(154,63,186); }
H1.HeaderClassName
{
color: #9A3FBA;
}
.AnyTagClassName
{
color: #9A3FBA;
}
</style>
background-color css
<style>
a { background-color: #9A3FBA; }
a { background-color: rgb(154,63,186); }
div.DivClassName
{
background-color: #9A3FBA;
}
.BgClassName
{
background-color: #9A3FBA;
}
</style>
border-color css
<style>
span { border-color: #9A3FBA; }
span { border-color: rgb(154,63,186); }
td.TdClassName
{
border-color: #9A3FBA;
}
.TagClassName
{
border-color: #9A3FBA;
}
</style>