Shades of Deep Lilac #9341AF
Tints of Deep Lilac #9341AF
RGB
CMYK
RGB Variations
Color information
#9341AF (or 0x9341AF) is known color: Deep Lilac. HEX triplet: 93, 41 and AF. RGB value is (147,65,175). Sum of RGB (Red+Green+Blue) = 147+65+175=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #9341AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9341AF is #6CBE50. Grayscale: #656565. Windows color (decimal): -7126609 or 11485587. OLE color: 11485587.
HSL color Cylindrical-coordinate representation of color #9341AF: hue angle of 284.73º 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 #9341AF is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 65 | 175 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.31 |
| HSL | 284.73º | 0.46% | 0.47% | - |
| HSV(B) | 284.73º | 0.63% | 0.69% | - |
| XYZ | 21.66 | 13.08 | 41.94 | - |
| YUV | 102.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 175 | 0.16 | 0.63 | 0 | 0.31 | 284.73 | 0.46 | 0.47 |
| Hex | 93 | 41 | AF | 10 | 3F | 0 | 1F | 11D | 2E | 2F |
| Octal | 223 | 101 | 257 | 20 | 77 | 0 | 37 | 435 | 56 | 57 |
| Binary | 10010011 | 1000001 | 10101111 | 10000 | 111111 | 0 | 11111 | 100011101 | 101110 | 101111 |
Color Harmonies of #9341AF
Complementary color
Monochromatic Colors of #9341AF
Black with #9341AF
Text Example
Text Example
White with #9341AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341AF; }
p { color: rgb(147,65,175); }
H1.HeaderClassName
{
color: #9341AF;
}
.AnyTagClassName
{
color: #9341AF;
}
</style>
background-color css
<style>
a { background-color: #9341AF; }
a { background-color: rgb(147,65,175); }
div.DivClassName
{
background-color: #9341AF;
}
.BgClassName
{
background-color: #9341AF;
}
</style>
border-color css
<style>
span { border-color: #9341AF; }
span { border-color: rgb(147,65,175); }
td.TdClassName
{
border-color: #9341AF;
}
.TagClassName
{
border-color: #9341AF;
}
</style>