Shades of Deep Lilac #9440B7
Tints of Deep Lilac #9440B7
RGB
CMYK
RGB Variations
Color information
#9440B7 (or 0x9440B7) is known color: Deep Lilac. HEX triplet: 94, 40 and B7. RGB value is (148,64,183). Sum of RGB (Red+Green+Blue) = 148+64+183=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #9440B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440B7 is #6BBF48. Grayscale: #666666. Windows color (decimal): -7061321 or 12009620. OLE color: 12009620.
HSL color Cylindrical-coordinate representation of color #9440B7: hue angle of 282.35º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9440B7 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 64 | 183 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.28 |
| HSL | 282.35º | 0.48% | 0.48% | - |
| HSV(B) | 282.35º | 0.65% | 0.72% | - |
| XYZ | 22.59 | 13.38 | 46.19 | - |
| YUV | 102.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 183 | 0.19 | 0.65 | 0 | 0.28 | 282.35 | 0.48 | 0.48 |
| Hex | 94 | 40 | B7 | 13 | 41 | 0 | 1C | 11A | 30 | 30 |
| Octal | 224 | 100 | 267 | 23 | 101 | 0 | 34 | 432 | 60 | 60 |
| Binary | 10010100 | 1000000 | 10110111 | 10011 | 1000001 | 0 | 11100 | 100011010 | 110000 | 110000 |
Color Harmonies of #9440B7
Complementary color
Monochromatic Colors of #9440B7
Black with #9440B7
Text Example
Text Example
White with #9440B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9440B7; }
p { color: rgb(148,64,183); }
H1.HeaderClassName
{
color: #9440B7;
}
.AnyTagClassName
{
color: #9440B7;
}
</style>
background-color css
<style>
a { background-color: #9440B7; }
a { background-color: rgb(148,64,183); }
div.DivClassName
{
background-color: #9440B7;
}
.BgClassName
{
background-color: #9440B7;
}
</style>
border-color css
<style>
span { border-color: #9440B7; }
span { border-color: rgb(148,64,183); }
td.TdClassName
{
border-color: #9440B7;
}
.TagClassName
{
border-color: #9440B7;
}
</style>