Shades of Lilac Bush #946FCC
Tints of Lilac Bush #946FCC
RGB
CMYK
RGB Variations
Color information
#946FCC (or 0x946FCC) is known color: Lilac Bush. HEX triplet: 94, 6F and CC. RGB value is (148,111,204). Sum of RGB (Red+Green+Blue) = 148+111+204=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #946FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FCC is #6B9033. Grayscale: #848484. Windows color (decimal): -7049268 or 13397908. OLE color: 13397908.
HSL color Cylindrical-coordinate representation of color #946FCC: hue angle of 263.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #946FCC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 111 | 204 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.2 |
| HSL | 263.87º | 0.48% | 0.62% | - |
| HSV(B) | 263.87º | 0.46% | 0.8% | - |
| XYZ | 28.8 | 22.02 | 59.86 | - |
| YUV | 132.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 204 | 0.27 | 0.46 | 0 | 0.2 | 263.87 | 0.48 | 0.62 |
| Hex | 94 | 6F | CC | 1B | 2E | 0 | 14 | 108 | 30 | 3E |
| Octal | 224 | 157 | 314 | 33 | 56 | 0 | 24 | 410 | 60 | 76 |
| Binary | 10010100 | 1101111 | 11001100 | 11011 | 101110 | 0 | 10100 | 100001000 | 110000 | 111110 |
Color Harmonies of #946FCC
Complementary color
Monochromatic Colors of #946FCC
Black with #946FCC
Text Example
Text Example
White with #946FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FCC; }
p { color: rgb(148,111,204); }
H1.HeaderClassName
{
color: #946FCC;
}
.AnyTagClassName
{
color: #946FCC;
}
</style>
background-color css
<style>
a { background-color: #946FCC; }
a { background-color: rgb(148,111,204); }
div.DivClassName
{
background-color: #946FCC;
}
.BgClassName
{
background-color: #946FCC;
}
</style>
border-color css
<style>
span { border-color: #946FCC; }
span { border-color: rgb(148,111,204); }
td.TdClassName
{
border-color: #946FCC;
}
.TagClassName
{
border-color: #946FCC;
}
</style>