Shades of Deep Lilac #945FB2
Tints of Deep Lilac #945FB2
RGB
CMYK
RGB Variations
Color information
#945FB2 (or 0x945FB2) is known color: Deep Lilac. HEX triplet: 94, 5F and B2. RGB value is (148,95,178). Sum of RGB (Red+Green+Blue) = 148+95+178=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #945FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FB2 is #6BA04D. Grayscale: #787878. Windows color (decimal): -7053390 or 11689876. OLE color: 11689876.
HSL color Cylindrical-coordinate representation of color #945FB2: hue angle of 278.31º degrees, saturation: 0.35, 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 #945FB2 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 95 | 178 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.30 |
| HSL | 278.31º | 0.35% | 0.54% | - |
| HSV(B) | 278.31º | 0.47% | 0.7% | - |
| XYZ | 24.34 | 17.69 | 44.25 | - |
| YUV | 120.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 178 | 0.17 | 0.47 | 0 | 0.30 | 278.31 | 0.35 | 0.54 |
| Hex | 94 | 5F | B2 | 11 | 2F | 0 | 1E | 116 | 23 | 36 |
| Octal | 224 | 137 | 262 | 21 | 57 | 0 | 36 | 426 | 43 | 66 |
| Binary | 10010100 | 1011111 | 10110010 | 10001 | 101111 | 0 | 11110 | 100010110 | 100011 | 110110 |
Color Harmonies of #945FB2
Complementary color
Monochromatic Colors of #945FB2
Black with #945FB2
Text Example
Text Example
White with #945FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FB2; }
p { color: rgb(148,95,178); }
H1.HeaderClassName
{
color: #945FB2;
}
.AnyTagClassName
{
color: #945FB2;
}
</style>
background-color css
<style>
a { background-color: #945FB2; }
a { background-color: rgb(148,95,178); }
div.DivClassName
{
background-color: #945FB2;
}
.BgClassName
{
background-color: #945FB2;
}
</style>
border-color css
<style>
span { border-color: #945FB2; }
span { border-color: rgb(148,95,178); }
td.TdClassName
{
border-color: #945FB2;
}
.TagClassName
{
border-color: #945FB2;
}
</style>