Shades of Deep Lilac #9A65B3
Tints of Deep Lilac #9A65B3
RGB
CMYK
RGB Variations
Color information
#9A65B3 (or 0x9A65B3) is known color: Deep Lilac. HEX triplet: 9A, 65 and B3. RGB value is (154,101,179). Sum of RGB (Red+Green+Blue) = 154+101+179=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A65B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A65B3 is #659A4C. Grayscale: #7D7D7D. Windows color (decimal): -6658637 or 11756954. OLE color: 11756954.
HSL color Cylindrical-coordinate representation of color #9A65B3: hue angle of 280.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A65B3 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 101 | 179 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.30 |
| HSL | 280.77º | 0.34% | 0.55% | - |
| HSV(B) | 280.77º | 0.44% | 0.7% | - |
| XYZ | 26.12 | 19.43 | 45.02 | - |
| YUV | 125.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 179 | 0.14 | 0.44 | 0 | 0.30 | 280.77 | 0.34 | 0.55 |
| Hex | 9A | 65 | B3 | E | 2C | 0 | 1E | 119 | 22 | 37 |
| Octal | 232 | 145 | 263 | 16 | 54 | 0 | 36 | 431 | 42 | 67 |
| Binary | 10011010 | 1100101 | 10110011 | 1110 | 101100 | 0 | 11110 | 100011001 | 100010 | 110111 |
Color Harmonies of #9A65B3
Complementary color
Monochromatic Colors of #9A65B3
Black with #9A65B3
Text Example
Text Example
White with #9A65B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A65B3; }
p { color: rgb(154,101,179); }
H1.HeaderClassName
{
color: #9A65B3;
}
.AnyTagClassName
{
color: #9A65B3;
}
</style>
background-color css
<style>
a { background-color: #9A65B3; }
a { background-color: rgb(154,101,179); }
div.DivClassName
{
background-color: #9A65B3;
}
.BgClassName
{
background-color: #9A65B3;
}
</style>
border-color css
<style>
span { border-color: #9A65B3; }
span { border-color: rgb(154,101,179); }
td.TdClassName
{
border-color: #9A65B3;
}
.TagClassName
{
border-color: #9A65B3;
}
</style>