Shades of Deep Lilac #9A3DB3
Tints of Deep Lilac #9A3DB3
RGB
CMYK
RGB Variations
Color information
#9A3DB3 (or 0x9A3DB3) is known color: Deep Lilac. HEX triplet: 9A, 3D and B3. RGB value is (154,61,179). Sum of RGB (Red+Green+Blue) = 154+61+179=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A3DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DB3 is #65C24C. Grayscale: #656565. Windows color (decimal): -6668877 or 11746714. OLE color: 11746714.
HSL color Cylindrical-coordinate representation of color #9A3DB3: hue angle of 287.29º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3DB3 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 61 | 179 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.30 |
| HSL | 287.29º | 0.49% | 0.47% | - |
| HSV(B) | 287.29º | 0.66% | 0.7% | - |
| XYZ | 23.13 | 13.46 | 44.03 | - |
| YUV | 102.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 179 | 0.14 | 0.66 | 0 | 0.30 | 287.29 | 0.49 | 0.47 |
| Hex | 9A | 3D | B3 | E | 42 | 0 | 1E | 11F | 31 | 2F |
| Octal | 232 | 75 | 263 | 16 | 102 | 0 | 36 | 437 | 61 | 57 |
| Binary | 10011010 | 111101 | 10110011 | 1110 | 1000010 | 0 | 11110 | 100011111 | 110001 | 101111 |
Color Harmonies of #9A3DB3
Complementary color
Monochromatic Colors of #9A3DB3
Black with #9A3DB3
Text Example
Text Example
White with #9A3DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3DB3; }
p { color: rgb(154,61,179); }
H1.HeaderClassName
{
color: #9A3DB3;
}
.AnyTagClassName
{
color: #9A3DB3;
}
</style>
background-color css
<style>
a { background-color: #9A3DB3; }
a { background-color: rgb(154,61,179); }
div.DivClassName
{
background-color: #9A3DB3;
}
.BgClassName
{
background-color: #9A3DB3;
}
</style>
border-color css
<style>
span { border-color: #9A3DB3; }
span { border-color: rgb(154,61,179); }
td.TdClassName
{
border-color: #9A3DB3;
}
.TagClassName
{
border-color: #9A3DB3;
}
</style>