Shades of Deep Lilac #9643BC
Tints of Deep Lilac #9643BC
RGB
CMYK
RGB Variations
Color information
#9643BC (or 0x9643BC) is known color: Deep Lilac. HEX triplet: 96, 43 and BC. RGB value is (150,67,188). Sum of RGB (Red+Green+Blue) = 150+67+188=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #9643BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643BC is #69BC43. Grayscale: #696969. Windows color (decimal): -6929476 or 12338070. OLE color: 12338070.
HSL color Cylindrical-coordinate representation of color #9643BC: hue angle of 281.16º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9643BC is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 67 | 188 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.26 |
| HSL | 281.16º | 0.47% | 0.5% | - |
| HSV(B) | 281.16º | 0.64% | 0.74% | - |
| XYZ | 23.66 | 14.13 | 49.06 | - |
| YUV | 105.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 188 | 0.20 | 0.64 | 0 | 0.26 | 281.16 | 0.47 | 0.5 |
| Hex | 96 | 43 | BC | 14 | 40 | 0 | 1A | 119 | 2F | 32 |
| Octal | 226 | 103 | 274 | 24 | 100 | 0 | 32 | 431 | 57 | 62 |
| Binary | 10010110 | 1000011 | 10111100 | 10100 | 1000000 | 0 | 11010 | 100011001 | 101111 | 110010 |
Color Harmonies of #9643BC
Complementary color
Monochromatic Colors of #9643BC
Black with #9643BC
Text Example
Text Example
White with #9643BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9643BC; }
p { color: rgb(150,67,188); }
H1.HeaderClassName
{
color: #9643BC;
}
.AnyTagClassName
{
color: #9643BC;
}
</style>
background-color css
<style>
a { background-color: #9643BC; }
a { background-color: rgb(150,67,188); }
div.DivClassName
{
background-color: #9643BC;
}
.BgClassName
{
background-color: #9643BC;
}
</style>
border-color css
<style>
span { border-color: #9643BC; }
span { border-color: rgb(150,67,188); }
td.TdClassName
{
border-color: #9643BC;
}
.TagClassName
{
border-color: #9643BC;
}
</style>