Shades of Deep Lilac #9658AF
Tints of Deep Lilac #9658AF
RGB
CMYK
RGB Variations
Color information
#9658AF (or 0x9658AF) is known color: Deep Lilac. HEX triplet: 96, 58 and AF. RGB value is (150,88,175). Sum of RGB (Red+Green+Blue) = 150+88+175=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #9658AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9658AF is #69A750. Grayscale: #747474. Windows color (decimal): -6924113 or 11491478. OLE color: 11491478.
HSL color Cylindrical-coordinate representation of color #9658AF: hue angle of 282.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9658AF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 88 | 175 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.31 |
| HSL | 282.76º | 0.35% | 0.52% | - |
| HSV(B) | 282.76º | 0.5% | 0.69% | - |
| XYZ | 23.81 | 16.56 | 42.5 | - |
| YUV | 116.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 175 | 0.14 | 0.50 | 0 | 0.31 | 282.76 | 0.35 | 0.52 |
| Hex | 96 | 58 | AF | E | 32 | 0 | 1F | 11B | 23 | 34 |
| Octal | 226 | 130 | 257 | 16 | 62 | 0 | 37 | 433 | 43 | 64 |
| Binary | 10010110 | 1011000 | 10101111 | 1110 | 110010 | 0 | 11111 | 100011011 | 100011 | 110100 |
Color Harmonies of #9658AF
Complementary color
Monochromatic Colors of #9658AF
Black with #9658AF
Text Example
Text Example
White with #9658AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9658AF; }
p { color: rgb(150,88,175); }
H1.HeaderClassName
{
color: #9658AF;
}
.AnyTagClassName
{
color: #9658AF;
}
</style>
background-color css
<style>
a { background-color: #9658AF; }
a { background-color: rgb(150,88,175); }
div.DivClassName
{
background-color: #9658AF;
}
.BgClassName
{
background-color: #9658AF;
}
</style>
border-color css
<style>
span { border-color: #9658AF; }
span { border-color: rgb(150,88,175); }
td.TdClassName
{
border-color: #9658AF;
}
.TagClassName
{
border-color: #9658AF;
}
</style>