Shades of Deep Lilac #945FB0
Tints of Deep Lilac #945FB0
RGB
CMYK
RGB Variations
Color information
#945FB0 (or 0x945FB0) is known color: Deep Lilac. HEX triplet: 94, 5F and B0. RGB value is (148,95,176). Sum of RGB (Red+Green+Blue) = 148+95+176=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 176 - color contains mainly: blue. Hex color #945FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FB0 is #6BA04F. Grayscale: #777777. Windows color (decimal): -7053392 or 11558804. OLE color: 11558804.
HSL color Cylindrical-coordinate representation of color #945FB0: hue angle of 279.26º 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 #945FB0 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 95 | 176 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.31 |
| HSL | 279.26º | 0.34% | 0.53% | - |
| HSV(B) | 279.26º | 0.46% | 0.69% | - |
| XYZ | 24.14 | 17.61 | 43.2 | - |
| YUV | 120.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 176 | 0.16 | 0.46 | 0 | 0.31 | 279.26 | 0.34 | 0.53 |
| Hex | 94 | 5F | B0 | 10 | 2E | 0 | 1F | 117 | 22 | 35 |
| Octal | 224 | 137 | 260 | 20 | 56 | 0 | 37 | 427 | 42 | 65 |
| Binary | 10010100 | 1011111 | 10110000 | 10000 | 101110 | 0 | 11111 | 100010111 | 100010 | 110101 |
Color Harmonies of #945FB0
Complementary color
Monochromatic Colors of #945FB0
Black with #945FB0
Text Example
Text Example
White with #945FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FB0; }
p { color: rgb(148,95,176); }
H1.HeaderClassName
{
color: #945FB0;
}
.AnyTagClassName
{
color: #945FB0;
}
</style>
background-color css
<style>
a { background-color: #945FB0; }
a { background-color: rgb(148,95,176); }
div.DivClassName
{
background-color: #945FB0;
}
.BgClassName
{
background-color: #945FB0;
}
</style>
border-color css
<style>
span { border-color: #945FB0; }
span { border-color: rgb(148,95,176); }
td.TdClassName
{
border-color: #945FB0;
}
.TagClassName
{
border-color: #945FB0;
}
</style>