Shades of Deep Lilac #945FB1
Tints of Deep Lilac #945FB1
RGB
CMYK
RGB Variations
Color information
#945FB1 (or 0x945FB1) is known color: Deep Lilac. HEX triplet: 94, 5F and B1. RGB value is (148,95,177). Sum of RGB (Red+Green+Blue) = 148+95+177=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #945FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FB1 is #6BA04E. Grayscale: #777777. Windows color (decimal): -7053391 or 11624340. OLE color: 11624340.
HSL color Cylindrical-coordinate representation of color #945FB1: hue angle of 278.78º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #945FB1 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 95 | 177 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.31 |
| HSL | 278.78º | 0.34% | 0.53% | - |
| HSV(B) | 278.78º | 0.46% | 0.69% | - |
| XYZ | 24.24 | 17.65 | 43.73 | - |
| YUV | 120.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 177 | 0.16 | 0.46 | 0 | 0.31 | 278.78 | 0.34 | 0.53 |
| Hex | 94 | 5F | B1 | 10 | 2E | 0 | 1F | 117 | 22 | 35 |
| Octal | 224 | 137 | 261 | 20 | 56 | 0 | 37 | 427 | 42 | 65 |
| Binary | 10010100 | 1011111 | 10110001 | 10000 | 101110 | 0 | 11111 | 100010111 | 100010 | 110101 |
Color Harmonies of #945FB1
Complementary color
Monochromatic Colors of #945FB1
Black with #945FB1
Text Example
Text Example
White with #945FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FB1; }
p { color: rgb(148,95,177); }
H1.HeaderClassName
{
color: #945FB1;
}
.AnyTagClassName
{
color: #945FB1;
}
</style>
background-color css
<style>
a { background-color: #945FB1; }
a { background-color: rgb(148,95,177); }
div.DivClassName
{
background-color: #945FB1;
}
.BgClassName
{
background-color: #945FB1;
}
</style>
border-color css
<style>
span { border-color: #945FB1; }
span { border-color: rgb(148,95,177); }
td.TdClassName
{
border-color: #945FB1;
}
.TagClassName
{
border-color: #945FB1;
}
</style>