Shades of Deep Lilac #9741BC
Tints of Deep Lilac #9741BC
RGB
CMYK
RGB Variations
Color information
#9741BC (or 0x9741BC) is known color: Deep Lilac. HEX triplet: 97, 41 and BC. RGB value is (151,65,188). Sum of RGB (Red+Green+Blue) = 151+65+188=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #9741BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9741BC is #68BE43. Grayscale: #686868. Windows color (decimal): -6864452 or 12337559. OLE color: 12337559.
HSL color Cylindrical-coordinate representation of color #9741BC: hue angle of 281.95º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9741BC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 65 | 188 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.26 |
| HSL | 281.95º | 0.49% | 0.5% | - |
| HSV(B) | 281.95º | 0.65% | 0.74% | - |
| XYZ | 23.73 | 13.99 | 49.03 | - |
| YUV | 104.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 188 | 0.20 | 0.65 | 0 | 0.26 | 281.95 | 0.49 | 0.5 |
| Hex | 97 | 41 | BC | 14 | 41 | 0 | 1A | 11A | 31 | 32 |
| Octal | 227 | 101 | 274 | 24 | 101 | 0 | 32 | 432 | 61 | 62 |
| Binary | 10010111 | 1000001 | 10111100 | 10100 | 1000001 | 0 | 11010 | 100011010 | 110001 | 110010 |
Color Harmonies of #9741BC
Complementary color
Monochromatic Colors of #9741BC
Black with #9741BC
Text Example
Text Example
White with #9741BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9741BC; }
p { color: rgb(151,65,188); }
H1.HeaderClassName
{
color: #9741BC;
}
.AnyTagClassName
{
color: #9741BC;
}
</style>
background-color css
<style>
a { background-color: #9741BC; }
a { background-color: rgb(151,65,188); }
div.DivClassName
{
background-color: #9741BC;
}
.BgClassName
{
background-color: #9741BC;
}
</style>
border-color css
<style>
span { border-color: #9741BC; }
span { border-color: rgb(151,65,188); }
td.TdClassName
{
border-color: #9741BC;
}
.TagClassName
{
border-color: #9741BC;
}
</style>