Shades of Deep Lilac #9647BC
Tints of Deep Lilac #9647BC
RGB
CMYK
RGB Variations
Color information
#9647BC (or 0x9647BC) is known color: Deep Lilac. HEX triplet: 96, 47 and BC. RGB value is (150,71,188). Sum of RGB (Red+Green+Blue) = 150+71+188=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #9647BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9647BC is #69B843. Grayscale: #6B6B6B. Windows color (decimal): -6928452 or 12339094. OLE color: 12339094.
HSL color Cylindrical-coordinate representation of color #9647BC: hue angle of 280.51º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9647BC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 71 | 188 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.26 |
| HSL | 280.51º | 0.47% | 0.51% | - |
| HSV(B) | 280.51º | 0.62% | 0.74% | - |
| XYZ | 23.91 | 14.62 | 49.14 | - |
| YUV | 107.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 188 | 0.20 | 0.62 | 0 | 0.26 | 280.51 | 0.47 | 0.51 |
| Hex | 96 | 47 | BC | 14 | 3E | 0 | 1A | 119 | 2F | 33 |
| Octal | 226 | 107 | 274 | 24 | 76 | 0 | 32 | 431 | 57 | 63 |
| Binary | 10010110 | 1000111 | 10111100 | 10100 | 111110 | 0 | 11010 | 100011001 | 101111 | 110011 |
Color Harmonies of #9647BC
Complementary color
Monochromatic Colors of #9647BC
Black with #9647BC
Text Example
Text Example
White with #9647BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9647BC; }
p { color: rgb(150,71,188); }
H1.HeaderClassName
{
color: #9647BC;
}
.AnyTagClassName
{
color: #9647BC;
}
</style>
background-color css
<style>
a { background-color: #9647BC; }
a { background-color: rgb(150,71,188); }
div.DivClassName
{
background-color: #9647BC;
}
.BgClassName
{
background-color: #9647BC;
}
</style>
border-color css
<style>
span { border-color: #9647BC; }
span { border-color: rgb(150,71,188); }
td.TdClassName
{
border-color: #9647BC;
}
.TagClassName
{
border-color: #9647BC;
}
</style>