Shades of Deep Lilac #9240AF
Tints of Deep Lilac #9240AF
RGB
CMYK
RGB Variations
Color information
#9240AF (or 0x9240AF) is known color: Deep Lilac. HEX triplet: 92, 40 and AF. RGB value is (146,64,175). Sum of RGB (Red+Green+Blue) = 146+64+175=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #9240AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9240AF is #6DBF50. Grayscale: #646464. Windows color (decimal): -7192401 or 11485330. OLE color: 11485330.
HSL color Cylindrical-coordinate representation of color #9240AF: hue angle of 284.32º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9240AF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 64 | 175 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.31 |
| HSL | 284.32º | 0.46% | 0.47% | - |
| HSV(B) | 284.32º | 0.63% | 0.69% | - |
| XYZ | 21.43 | 12.87 | 41.91 | - |
| YUV | 101.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 175 | 0.17 | 0.63 | 0 | 0.31 | 284.32 | 0.46 | 0.47 |
| Hex | 92 | 40 | AF | 11 | 3F | 0 | 1F | 11C | 2E | 2F |
| Octal | 222 | 100 | 257 | 21 | 77 | 0 | 37 | 434 | 56 | 57 |
| Binary | 10010010 | 1000000 | 10101111 | 10001 | 111111 | 0 | 11111 | 100011100 | 101110 | 101111 |
Color Harmonies of #9240AF
Complementary color
Monochromatic Colors of #9240AF
Black with #9240AF
Text Example
Text Example
White with #9240AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9240AF; }
p { color: rgb(146,64,175); }
H1.HeaderClassName
{
color: #9240AF;
}
.AnyTagClassName
{
color: #9240AF;
}
</style>
background-color css
<style>
a { background-color: #9240AF; }
a { background-color: rgb(146,64,175); }
div.DivClassName
{
background-color: #9240AF;
}
.BgClassName
{
background-color: #9240AF;
}
</style>
border-color css
<style>
span { border-color: #9240AF; }
span { border-color: rgb(146,64,175); }
td.TdClassName
{
border-color: #9240AF;
}
.TagClassName
{
border-color: #9240AF;
}
</style>