Shades of Deep Lilac #935FAF
Tints of Deep Lilac #935FAF
RGB
CMYK
RGB Variations
Color information
#935FAF (or 0x935FAF) is known color: Deep Lilac. HEX triplet: 93, 5F and AF. RGB value is (147,95,175). Sum of RGB (Red+Green+Blue) = 147+95+175=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #935FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935FAF is #6CA050. Grayscale: #777777. Windows color (decimal): -7118929 or 11493267. OLE color: 11493267.
HSL color Cylindrical-coordinate representation of color #935FAF: hue angle of 279º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935FAF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 95 | 175 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.31 |
| HSL | 279º | 0.33% | 0.53% | - |
| HSV(B) | 279º | 0.46% | 0.69% | - |
| XYZ | 23.86 | 17.48 | 42.67 | - |
| YUV | 119.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 175 | 0.16 | 0.46 | 0 | 0.31 | 279 | 0.33 | 0.53 |
| Hex | 93 | 5F | AF | 10 | 2E | 0 | 1F | 117 | 21 | 35 |
| Octal | 223 | 137 | 257 | 20 | 56 | 0 | 37 | 427 | 41 | 65 |
| Binary | 10010011 | 1011111 | 10101111 | 10000 | 101110 | 0 | 11111 | 100010111 | 100001 | 110101 |
Color Harmonies of #935FAF
Complementary color
Monochromatic Colors of #935FAF
Black with #935FAF
Text Example
Text Example
White with #935FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FAF; }
p { color: rgb(147,95,175); }
H1.HeaderClassName
{
color: #935FAF;
}
.AnyTagClassName
{
color: #935FAF;
}
</style>
background-color css
<style>
a { background-color: #935FAF; }
a { background-color: rgb(147,95,175); }
div.DivClassName
{
background-color: #935FAF;
}
.BgClassName
{
background-color: #935FAF;
}
</style>
border-color css
<style>
span { border-color: #935FAF; }
span { border-color: rgb(147,95,175); }
td.TdClassName
{
border-color: #935FAF;
}
.TagClassName
{
border-color: #935FAF;
}
</style>