Shades of Deep Lilac #9745BC
Tints of Deep Lilac #9745BC
RGB
CMYK
RGB Variations
Color information
#9745BC (or 0x9745BC) is known color: Deep Lilac. HEX triplet: 97, 45 and BC. RGB value is (151,69,188). Sum of RGB (Red+Green+Blue) = 151+69+188=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #9745BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9745BC is #68BA43. Grayscale: #6A6A6A. Windows color (decimal): -6863428 or 12338583. OLE color: 12338583.
HSL color Cylindrical-coordinate representation of color #9745BC: hue angle of 281.34º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9745BC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 69 | 188 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.26 |
| HSL | 281.34º | 0.47% | 0.5% | - |
| HSV(B) | 281.34º | 0.63% | 0.74% | - |
| XYZ | 23.97 | 14.47 | 49.11 | - |
| YUV | 107.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 69 | 188 | 0.20 | 0.63 | 0 | 0.26 | 281.34 | 0.47 | 0.5 |
| Hex | 97 | 45 | BC | 14 | 3F | 0 | 1A | 119 | 2F | 32 |
| Octal | 227 | 105 | 274 | 24 | 77 | 0 | 32 | 431 | 57 | 62 |
| Binary | 10010111 | 1000101 | 10111100 | 10100 | 111111 | 0 | 11010 | 100011001 | 101111 | 110010 |
Color Harmonies of #9745BC
Complementary color
Monochromatic Colors of #9745BC
Black with #9745BC
Text Example
Text Example
White with #9745BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9745BC; }
p { color: rgb(151,69,188); }
H1.HeaderClassName
{
color: #9745BC;
}
.AnyTagClassName
{
color: #9745BC;
}
</style>
background-color css
<style>
a { background-color: #9745BC; }
a { background-color: rgb(151,69,188); }
div.DivClassName
{
background-color: #9745BC;
}
.BgClassName
{
background-color: #9745BC;
}
</style>
border-color css
<style>
span { border-color: #9745BC; }
span { border-color: rgb(151,69,188); }
td.TdClassName
{
border-color: #9745BC;
}
.TagClassName
{
border-color: #9745BC;
}
</style>