Shades of Deep Lilac #945FB3
Tints of Deep Lilac #945FB3
RGB
CMYK
RGB Variations
Color information
#945FB3 (or 0x945FB3) is known color: Deep Lilac. HEX triplet: 94, 5F and B3. RGB value is (148,95,179). Sum of RGB (Red+Green+Blue) = 148+95+179=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #945FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FB3 is #6BA04C. Grayscale: #787878. Windows color (decimal): -7053389 or 11755412. OLE color: 11755412.
HSL color Cylindrical-coordinate representation of color #945FB3: hue angle of 277.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #945FB3 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 95 | 179 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.30 |
| HSL | 277.86º | 0.36% | 0.54% | - |
| HSV(B) | 277.86º | 0.47% | 0.7% | - |
| XYZ | 24.44 | 17.73 | 44.78 | - |
| YUV | 120.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 179 | 0.17 | 0.47 | 0 | 0.30 | 277.86 | 0.36 | 0.54 |
| Hex | 94 | 5F | B3 | 11 | 2F | 0 | 1E | 116 | 24 | 36 |
| Octal | 224 | 137 | 263 | 21 | 57 | 0 | 36 | 426 | 44 | 66 |
| Binary | 10010100 | 1011111 | 10110011 | 10001 | 101111 | 0 | 11110 | 100010110 | 100100 | 110110 |
Color Harmonies of #945FB3
Complementary color
Monochromatic Colors of #945FB3
Black with #945FB3
Text Example
Text Example
White with #945FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FB3; }
p { color: rgb(148,95,179); }
H1.HeaderClassName
{
color: #945FB3;
}
.AnyTagClassName
{
color: #945FB3;
}
</style>
background-color css
<style>
a { background-color: #945FB3; }
a { background-color: rgb(148,95,179); }
div.DivClassName
{
background-color: #945FB3;
}
.BgClassName
{
background-color: #945FB3;
}
</style>
border-color css
<style>
span { border-color: #945FB3; }
span { border-color: rgb(148,95,179); }
td.TdClassName
{
border-color: #945FB3;
}
.TagClassName
{
border-color: #945FB3;
}
</style>