Shades of Deep Lilac #9658BC
Tints of Deep Lilac #9658BC
RGB
CMYK
RGB Variations
Color information
#9658BC (or 0x9658BC) is known color: Deep Lilac. HEX triplet: 96, 58 and BC. RGB value is (150,88,188). Sum of RGB (Red+Green+Blue) = 150+88+188=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #9658BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9658BC is #69A743. Grayscale: #757575. Windows color (decimal): -6924100 or 12343446. OLE color: 12343446.
HSL color Cylindrical-coordinate representation of color #9658BC: hue angle of 277.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9658BC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 88 | 188 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.26 |
| HSL | 277.2º | 0.43% | 0.54% | - |
| HSV(B) | 277.2º | 0.53% | 0.74% | - |
| XYZ | 25.14 | 17.09 | 49.55 | - |
| YUV | 117.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 188 | 0.20 | 0.53 | 0 | 0.26 | 277.2 | 0.43 | 0.54 |
| Hex | 96 | 58 | BC | 14 | 35 | 0 | 1A | 115 | 2B | 36 |
| Octal | 226 | 130 | 274 | 24 | 65 | 0 | 32 | 425 | 53 | 66 |
| Binary | 10010110 | 1011000 | 10111100 | 10100 | 110101 | 0 | 11010 | 100010101 | 101011 | 110110 |
Color Harmonies of #9658BC
Complementary color
Monochromatic Colors of #9658BC
Black with #9658BC
Text Example
Text Example
White with #9658BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9658BC; }
p { color: rgb(150,88,188); }
H1.HeaderClassName
{
color: #9658BC;
}
.AnyTagClassName
{
color: #9658BC;
}
</style>
background-color css
<style>
a { background-color: #9658BC; }
a { background-color: rgb(150,88,188); }
div.DivClassName
{
background-color: #9658BC;
}
.BgClassName
{
background-color: #9658BC;
}
</style>
border-color css
<style>
span { border-color: #9658BC; }
span { border-color: rgb(150,88,188); }
td.TdClassName
{
border-color: #9658BC;
}
.TagClassName
{
border-color: #9658BC;
}
</style>